MAX SORT MEMORY: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "This CONFIG option can set the maximum memory allowed for SORT. It can be set in the BRconfig.sys file. ===Syntax=== MAX_SORT_MEMORY <integer> image: msm.png ...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
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 5: Line 5:
  MAX_SORT_MEMORY <integer>
  MAX_SORT_MEMORY <integer>


[[image: msm.png]]
[[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.