Hi all,
what is the exact meaning of {Property.get 'gc'}.size ? I have a large
problem that consumes quite a lot of memory. When I look into the Task
Manager, I can see that the emulator consumes say 100MB of memory, but
at the same time, {Property.get 'gc'}.size tells me that the heap size
is just about 10 MB.I ask because my program ends up at about 1 GB :-) Because the solver runs in a loop, I tried to make sure that the loops do not leave temporary data behind. However, I still think that each loop leaves somefootprint, so I'm trying to identify the culprit... are there some known memory leaks in the emulator? It seems that the data and heap size grow quite reasonably, but the real memory consumption of the emulator process is suspicious...
Thank you! Cheers, Filip _________________________________________________________________________________ mozart-users mailing list [EMAIL PROTECTED] http://www.mozart-oz.org/mailman/listinfo/mozart-users
