Revision: 11814
Author: [email protected]
Date: Thu Jun 14 06:52:58 2012
Log: Increase old space in cctest/test-api/HugeConsStringOutOfMemory
test.
This test is failing on MIPS since r11715 (a7d6f92c),
it seems that after the modifications in bootstrapper.cc,
this test runs out of old generation space on MIPS.
TEST=cctest/test-api/HugeConsStringOutOfMemory
BUG=
Review URL: https://chromiumcodereview.appspot.com/10533148
Patch from Akos Palfi <[email protected]>.
http://code.google.com/p/v8/source/detail?r=11814
Modified:
/branches/bleeding_edge/test/cctest/test-api.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Wed Jun 13 00:17:37 2012
+++ /branches/bleeding_edge/test/cctest/test-api.cc Thu Jun 14 06:52:58 2012
@@ -2697,7 +2697,7 @@
static const int K = 1024;
v8::ResourceConstraints constraints;
constraints.set_max_young_space_size(256 * K);
- constraints.set_max_old_space_size(2 * K * K);
+ constraints.set_max_old_space_size(3 * K * K);
v8::SetResourceConstraints(&constraints);
// Execute a script that causes out of memory.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev