in reply to Storable, Cygwin, and memory issues
From the user's manual:
Add the DWORD value heap_chunk_in_mb and set it to the desired memory limit in decimal MB. It is preferred to do this in Cygwin using the regtool program included in the Cygwin package. (For more information about regtool or the other Cygwin utilities, see the Section called Cygwin Utilities in Chapter 3 or use each the --help option of each util.) You should always be careful when using regtool since damaging your system registry can result in an unusable system. This example sets memory limit to 1024 MB:
HTH...regtool -i set /HKLM/Software/Cygnus\ Solutions/Cygwin/heap_chunk_in_m +b 1024 regtool -v list /HKLM/Software/Cygnus\ Solutions/Cygwin
--roboticus
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Storable, Cygwin, and memory issues
by dpuu (Chaplain) on Apr 06, 2006 at 22:03 UTC | |
by roboticus (Chancellor) on Apr 06, 2006 at 22:09 UTC |