Hello, can you please give me an advice what to do - I have a hugs error message ERROR: Garbage collection fails to reclaim sufficient space What should I do better in this case - to change my program or to set other heap size? -- Luba Pozlevich, e-mail: luba@blackcat.pereslavl.ru
At 16:34 +0400 2002/07/25, Luba Pozlevich wrote:
can you please give me an advice what to do -
I have a hugs error message
ERROR: Garbage collection fails to reclaim sufficient space
What should I do better in this case - to change my program or to set other heap size?
Either or both: Use the Hugs Heap Profiler (converting the output to PS files using hp2ps or further to PDF using say Ghost-Script/View for visual inspection) to check where the problem is, to see if it is fixable. Alternatively, allocate more heap space. Hans Aberg
participants (2)
-
Hans Aberg -
Luba Pozlevich