Revision: 15472
Author: [email protected]
Date: Wed Jul 3 07:56:18 2013
Log: Add 4K more memory for HugeConsStringOutOfMemory test case
[email protected]
Review URL: https://codereview.chromium.org/18068007
Patch from Haitao Feng <[email protected]>.
http://code.google.com/p/v8/source/detail?r=15472
Modified:
/branches/bleeding_edge/test/cctest/test-api.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Mon Jul 1 03:54:39 2013
+++ /branches/bleeding_edge/test/cctest/test-api.cc Wed Jul 3 07:56:18 2013
@@ -3784,7 +3784,7 @@
static const int K = 1024;
v8::ResourceConstraints constraints;
constraints.set_max_young_space_size(256 * K);
- constraints.set_max_old_space_size(3 * K * K);
+ constraints.set_max_old_space_size(4 * 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
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.