Revision: 20878
Author:   [email protected]
Date:     Tue Apr 22 09:40:18 2014 UTC
Log:      Bumped the boot-up memory-limit, part 2.

Basically a follow-up to r20851

[email protected]

Review URL: https://codereview.chromium.org/247193003
http://code.google.com/p/v8/source/detail?r=20878

Modified:
 /branches/bleeding_edge/test/cctest/test-mark-compact.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Tue Apr 22 08:30:09 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Tue Apr 22 09:40:18 2014 UTC
@@ -499,7 +499,7 @@
     printf("delta: %" V8_PTR_PREFIX "d kB\n", delta / 1024);
     if (v8::internal::Snapshot::IsEnabled()) {
       CHECK_LE(delta,
-          3000 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
+          3200 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
     } else {
       CHECK_LE(delta,
           3350 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);

--
--
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/d/optout.

Reply via email to