| Index: runtime/vm/isolate.h
|
| ===================================================================
|
| --- runtime/vm/isolate.h (revision 8699)
|
| +++ runtime/vm/isolate.h (working copy)
|
| @@ -198,8 +198,8 @@
|
|
|
| static uword GetSpecifiedStackSize();
|
|
|
| - static const uword kStackSizeBuffer = (128 * KB);
|
| - static const uword kDefaultStackSize = (1 * MB);
|
| + static const uword kStackSizeBuffer = (4 * KB);
|
| + static const uword kDefaultStackSize = (128 * KB);
|
|
|
| static ThreadLocalKey isolate_key;
|
| StoreBufferBlock store_buffer_;
|
|
|