Does anyone happpen to know what the maximum total heap space that V8
will use? This would be the number returned when calling
GetHeapStatistics which in turn calls i::Heap::CommittedMemory. Is
there a maximum for this and what is it?

Mainly is there a maximum cap of system allocated memory that V8 will
not go past?

I ask this because by the total_heap_space seems to be always
increasing and by calling v8::V8::IdleNotification it seems you can
have the GC reclaim some of that memory. So I am trying to figure out
what is the point when V8 will do this by itself.

Thanks.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to