MAX SORT MEMORY: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
(Document required MB and allowed values)
Line 1: Line 1:
This [[CONFIG]] option can set the maximum memory allowed for SORT and INDEX ''in megabytes''. This is a [[BRconfig.sys]] statement.
This [[CONFIG]] option sets the maximum memory allowed for SORT and INDEX operations ''(in megabytes)''. This is a [[BRconfig.sys]] statement.


===Syntax===
== Syntax ==


MAX_SORT_MEMORY <integer>
<pre>
MAX_SORT_MEMORY <integer> MB
</pre>


[[image: msm.png|400px]]
[[File:msm.png|400px]]


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


Specifies the maximum number of megabytes BR should use for sorting and indexing.
* Default: 8 MB 
* Allowed range: 2–512 MB 
== Example ==
<pre>
CONFIG MAX_SORT_MEMORY 512 MB
</pre>
== Notes ==
* The ``MB`` suffix is required after the integer value.


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

Revision as of 17:09, 22 March 2026

This CONFIG option sets the maximum memory allowed for SORT and INDEX operations (in megabytes). This is a BRconfig.sys statement.

Syntax

MAX_SORT_MEMORY <integer> MB

Description

Specifies the maximum number of megabytes BR should use for sorting and indexing.

  • Default: 8 MB
  • Allowed range: 2–512 MB

Example

CONFIG MAX_SORT_MEMORY 512 MB

Notes

  • The ``MB`` suffix is required after the integer value.