@@ -3836,6 +3836,10 @@ \section{off}
38363836\rightvitem {13cm}{Takes the writing of the statistics back from shorthand
38373837mode to the regular statistics mode in which each statistics messages takes
38383838three lines of text and one blank line.}
3839+
3840+ \leftvitem {3.5cm}{sortreallocate\index {off!sortreallocate}}
3841+ \rightvitem {13cm}{Turns off the reallocation of the small and large buffer
3842+ at the end of each module.}
38393843
38403844\leftvitem {3.5cm}{threadloadbalancing\index {off!threadloadbalancing}}
38413845\rightvitem {13cm}{\vspace {1.5ex}Disables the loadbalancing mechanism of
@@ -4001,6 +4005,14 @@ \section{on}
40014005\leftvitem {3.5cm}{shortstats\index {on!shortstats}}
40024006\rightvitem {13cm}{Same as `On shortstatistics'.}
40034007
4008+ \leftvitem {3.5cm}{sortreallocate\index {on!sortreallocate}}
4009+ \rightvitem {13cm}{Reallocate the small and large buffer (also on the worker
4010+ threads) at the end of every module. In some cases this can significantly reduce
4011+ \FORM 's memory usage as measured by `` resident set size'' . For programs which
4012+ consist of a large number of very quickly-running modules, this can incur a
4013+ noticable performance penalty. See also \# sortreallocate (\ref {presortreallocate })
4014+ for a single-module version of this feature.}
4015+
40044016\leftvitem {3.5cm}{statistics\index {on!statistics}}
40054017\rightvitem {13cm}{Turns the writing of runtime statistics on. This is the
40064018default. It is possible to change this default with one of the setup
0 commit comments