Chromium Code Reviews| Index: runtime/vm/isolate.h |
| =================================================================== |
| --- runtime/vm/isolate.h (revision 18409) |
| +++ runtime/vm/isolate.h (working copy) |
| @@ -204,7 +204,7 @@ |
| static uword GetSpecifiedStackSize(); |
| - static const intptr_t kStackSizeBuffer = (16 * KB); |
| + static const intptr_t kStackSizeBuffer = (4 * KB * kWordSize); |
| enum { |
| kApiInterrupt = 0x1, // An interrupt from Dart_InterruptIsolate. |