Update boot-up memory use limit after adding DataView.
R=danno@chromium.org Review URL: https://codereview.chromium.org/17589005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15274 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
ed4d3c8c66
commit
b05628f540
@ -558,7 +558,7 @@ TEST(BootUpMemoryUse) {
|
|||||||
}
|
}
|
||||||
} else { // 32-bit.
|
} else { // 32-bit.
|
||||||
if (v8::internal::Snapshot::IsEnabled()) {
|
if (v8::internal::Snapshot::IsEnabled()) {
|
||||||
CHECK_LE(delta, 2910 * 1024);
|
CHECK_LE(delta, 3100 * 1024);
|
||||||
} else {
|
} else {
|
||||||
CHECK_LE(delta, 3400 * 1024);
|
CHECK_LE(delta, 3400 * 1024);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user