Issue 129: Memory consumption hyperoscillations http://code.google.com/p/v8/issues/detail?id=129
Comment #6 by victor.grishchenko: When I comment the unqueue() call and just stuff the array to the limit, I get a totally different effect: it eats 1Gb, creates 18150000 objects, 55 bytes per object. Everything's OK. So, under some specific conditions, v8 heap/gc goes haywire totally. queue size: 18150000 Mark-sweep 987.3 -> 987.3 MB, 7258 ms. Mark-sweep 987.3 -> 987.3 MB, 7272 ms. Mark-sweep 987.3 -> 987.3 MB, 7354 ms. Mark-sweep 987.3 -> 987.3 MB, 7269 ms. Mark-sweep 987.3 -> 987.3 MB, 7250 ms. Mark-sweep 987.3 -> 987.3 MB, 7270 ms. # # Fatal error in (null) # Allocation failed - process out of memory # Abort trap -- 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 -~----------~----~----~----~------~----~------~--~---
