| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 06b3ee46890881d5ef82d18a232799ec955fae0b..e4dcb4ad7d34f94593e7cf96b5c5ffec37dcb26e 100644
|
| --- a/src/heap.h
|
| +++ b/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_;
|
|
|