
Ok, I've done the following: - disabled the maximum heap size by default. It can still be enabled with +RTS -M<size> - RTS options are taken from the GHCRTS environment variable in addition to the command line (the command line has precedence). - Compacting garbage collection is enabled when the residency reaches a certain percentage of the maximum heap size (if there is one). Cheers, Simon

Hello! On Tue, Aug 07, 2001 at 10:47:50AM +0100, Simon Marlow wrote:
- Compacting garbage collection is enabled when the residency reaches a certain percentage of the maximum heap size (if there is one).
Could there be the possibility to set an absolute amount of memory to start compacting, at least for the case of no maximum heap size? Kind regards, Hannah.
participants (2)
-
Hannah Schroeter
-
Simon Marlow