I've been going through a lot of discussions and apparently the only way to dedicate more ram to java is to go to the greenfoot.defs file in the lib folder and change bluej.vm.args=-Xincgc -Dapple.awt.graphics.UseQuartz=true to bluej.vm.args=-Xincgc -Dapple.awt.graphics.UseQuartz=true -Xms(insertnumber)M -Xmx(insertnumber)M.
However, when I cannot find that line of code in the file. If this was removed in an update, is there any other way to dedicate more ram to greenfoot?
Thanks in advance! :)

