Commit b8e8cbb
committed
Fix default memory calculation to binary Megabytes.
For RAM sizes of 64 GB the previous calculation was hitting the range
just above 32 GB, which is unfortunate due to uncompressed object
pointers being inefficient in the range from 32 GB to around 40-50 GB
compared to compressed OOP in the range below 32 GB. Also, JVM errors
have been observed for those values.1 parent 0274209 commit b8e8cbb
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments