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
This commit is contained in:
parent
5ef2c18639
commit
206dbe87e7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user