Commit 3277f2b9 authored by jarin@chromium.org's avatar jarin@chromium.org

Bump up the boot-up memory limit.

... to compansate for the extre memory consumed by r20840
("Select function map based on prototype and shared function info.")

R=yangguo@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20851 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent fe64313f
......@@ -502,7 +502,7 @@ TEST(BootUpMemoryUse) {
3000 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
} else {
CHECK_LE(delta,
3300 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
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