On Tue 13 Aug 2013 20:23, [email protected] writes: > I'm facing an issue with ballooning memory usage in a progam I'm writing > and having a difficult time tracking down the root cause. The stack > stays small but it uses more and more heap space until the system runs > out of memory.
We don't have good tools for this :( However you can set the GC_PRINT_STATS or GC_PRINT_VERBOSE_STATS environment variables, and perhaps that is helpful to you. Andy -- http://wingolog.org/
