Open noha opened 6 months ago
When using the --edenSize argument to the vm you will result in an eden space smaller than the argument. I used --edensize=80M to get a reported edenSize via
Smalltalk vm edenSpaceSize
of 64MB. So the argument should most probably be renamed to
--newSpaceSize
When using the --edenSize argument to the vm you will result in an eden space smaller than the argument. I used --edensize=80M to get a reported edenSize via
Smalltalk vm edenSpaceSize
of 64MB. So the argument should most probably be renamed to
--newSpaceSize