Reviewers: jarin,

Message:
Committed patchset #1 manually as r20878 (tree was closed).

Description:
Bumped the boot-up memory-limit, part 2.

Basically a follow-up to r20851

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=20878

Please review this at https://codereview.chromium.org/247193003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M test/cctest/test-mark-compact.cc


Index: test/cctest/test-mark-compact.cc
diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc index c56688894aac05f43aa0b795fb483e718fbfbaea..586b948d69251e6a43a593ea1d8f19138423e87f 100644
--- a/test/cctest/test-mark-compact.cc
+++ b/test/cctest/test-mark-compact.cc
@@ -499,7 +499,7 @@ TEST(BootUpMemoryUse) {
     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