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

Basically a follow-up to r20851

TBR=jarin@chromium.org

Review URL: https://codereview.chromium.org/247193003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20878 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5ef2c186
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment