MAX SORT MEMORY: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
This [[CONFIG]] option can set the maximum memory allowed for SORT. It can be set in the [[BRconfig.sys]] file.
This [[CONFIG]] option can set the maximum memory allowed for SORT and INDEX ''in megabytes''. This is a [[BRconfig.sys]] statement.


===Syntax===
===Syntax===
Line 6: Line 6:


[[image: msm.png|400px]]
[[image: msm.png|400px]]
Specify the maximum number of megabytes BR should use for sorting and indexing. The default is 8.


<noinclude>
<noinclude>
[[Category:Config]]
[[Category:Config]]
</noinclude>
</noinclude>

Latest revision as of 17:31, 30 June 2019

This CONFIG option can set the maximum memory allowed for SORT and INDEX in megabytes. This is a BRconfig.sys statement.

Syntax

MAX_SORT_MEMORY <integer>

Specify the maximum number of megabytes BR should use for sorting and indexing. The default is 8.