I am making a game with over 50MB of memory usage using Greenfoot. There are an average of 35 actors on the screen at a time. I used Greenfoot.setSpeed and set it to 37.
However, it runs at more like it is at 20. Is there some way I can make the frame rate go up?
When the file size was smaller it worked fine. Now sometimes it also complains about Java Heap Size overflow error. Is there a way to increase Heap size?

