pharo-vm
pharo-vm copied to clipboard
Commandline argument --edenSize is misnamed
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