pharo-project / pharo-vm

This is the VM used by Pharo
http://pharo.org
Other
110 stars 67 forks source link

Commandline argument --edenSize is misnamed #810

Open noha opened 1 month ago

noha commented 1 month 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