Issue 129: Memory consumption hyperoscillations http://code.google.com/p/v8/issues/detail?id=129
Comment #12 by victor.grishchenko: Comment 8 is the actual experience with my "big" program http://svn.tribler.org/software_general/BitScript It was yesterday's bleeding edge, ver. 643 probably. I am not sure whether (1) it is always the case (2) it is caused by v8. Today I modified v 655 to trace the actual memory consumption, got the graph (see attachments). It turns out, most of memory is consumed by "old pointer objects". Still unsure what it means. Am I not releasing persistent handles? Actually, I am trying to understand why my program having 16000 objects consumes 100Mb. Obviously, something leaks somewhere. Attachments: heap-consumption.png 6.4 KB mark-compact.diff 1.5 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
