Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 637 by [email protected]: Cannot allocate a singe object with size >128Mb
http://code.google.com/p/v8/issues/detail?id=637 When trying to allocate a large object with size larger than 128Mb, even if there is still room within the max heap size limit, we give an OutOfMemory exception. This is caused by the code in RetryAfterGC checking that (requested_bytes
2) << 5 is a smi.
We should find a way to handle allocations so large that we can't report the amount exactly. -- 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
