Revision: 11500
Author: [email protected]
Date: Thu May 3 07:31:20 2012
Log: Bumped bootup memory limit on 32bit platforms using snapshot.
Somehow the mmaps we do look the same, but the info in the proc FS tells us
that
we use a bit more memory. I am not sure if this is a real issue or not, but
this
CL should at least get the build bots green again...
[email protected]
TEST=cctest/test-mark-compact/BootUpMemoryUse
Review URL: https://chromiumcodereview.appspot.com/10342016
http://code.google.com/p/v8/source/detail?r=11500
Modified:
/branches/bleeding_edge/test/cctest/test-mark-compact.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Mon Apr 2
06:29:04 2012
+++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Thu May 3
07:31:20 2012
@@ -540,7 +540,7 @@
}
} else {
if (v8::internal::Snapshot::IsEnabled()) {
- CHECK_LE(booted_memory - initial_memory, 2600 * 1024); // 2484.
+ CHECK_LE(booted_memory - initial_memory, 2800 * 1024); // 2484.
} else {
CHECK_LE(booted_memory - initial_memory, 2950 * 1024); // 2844
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev