MAX SORT MEMORY

From BR Wiki
Revision as of 17:09, 22 March 2026 by GomezL (talk | contribs) (Document required MB and allowed values)
Jump to navigation Jump to search

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.