Chromium Code Reviews| Index: runtime/vm/heap.h |
| =================================================================== |
| --- runtime/vm/heap.h (revision 13077) |
| +++ runtime/vm/heap.h (working copy) |
| @@ -50,7 +50,7 @@ |
| // Default allocation sizes in MB for the old gen and code heaps. |
| static const intptr_t kHeapSizeInMB = 512; |
| - static const intptr_t kCodeHeapSizeInMB = 12; |
| + static const intptr_t kCodeHeapSizeInMB = 18; |
| ~Heap(); |