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
This commit is contained in:
jarin@chromium.org 2014-04-17 13:58:51 +00:00
parent fe64313fa6
commit 3277f2b90b

View File

@ -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);
}
}
}