Commit 26737b4
authored
Increase CodeHeap for non-profiled nmethods in .sbtopts.example (#1710)
Noticed following warning when running mill-plugin integration tests:
```
OpenJDK 64-Bit Server VM warning: CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
OpenJDK 64-Bit Server VM warning: Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
[100.383s][warning][codecache] CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
[100.383s][warning][codecache] Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
CodeHeap 'non-profiled nmethods': size=119168Kb used=119167Kb max_used=119167Kb free=0Kb
bounds [0x00007fa9f4fe9000, 0x00007fa9fc449000, 0x00007fa9fc449000]
CodeHeap 'profiled nmethods': size=119164Kb used=117598Kb max_used=119080Kb free=1566Kb
bounds [0x00007fa9ed449000, 0x00007fa9f48a8000, 0x00007fa9f48a8000]
CodeHeap 'non-nmethods': size=7428Kb used=3329Kb max_used=3444Kb free=4098Kb
bounds [0x00007fa9f48a8000, 0x00007fa9f4c18000, 0x00007fa9f4fe9000]
total_blobs=78515 nmethods=77563 adapters=852
compilation: disabled (not enough contiguous free space left)
stopped_count=1, restarted_count=0
full_count=0
[info] done compiling
```1 parent d01ea8f commit 26737b4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
0 commit comments