summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap.h')
-rw-r--r--deps/v8/src/heap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/heap.h b/deps/v8/src/heap.h
index 06b3ee4689..e4dcb4ad7d 100644
--- a/deps/v8/src/heap.h
+++ b/deps/v8/src/heap.h
@@ -1119,9 +1119,9 @@ class Heap : public AllStatic {
static int contexts_disposed_;
#if defined(V8_TARGET_ARCH_X64)
- static const int kMaxObjectSizeInNewSpace = 1024*KB;
-#else
static const int kMaxObjectSizeInNewSpace = 512*KB;
+#else
+ static const int kMaxObjectSizeInNewSpace = 256*KB;
#endif
static NewSpace new_space_;