hugs error message

Hans Aberg haberg@matematik.su.se
Thu, 25 Jul 2002 18:32:59 +0200


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