Thus spake "b5mith": > Hi guys. > > I'm still going into VASSAL and finding players who are running out of > java memory. Some of the larger modules such as DAK II are impossible > to run without altering the VASSAL shortcut, something a lot of gamers > struggle with. Is there anything which can be done from a release > perspective to either always run the app with -Xmx512M or at the very > least pop-up an error message with a walk-through of how to fix? > > cheers! > > Ben >
Maybe we could add a setting to the global prefs where the user can adjust the max memory? It's a security feature of the Java VM that you can't adjust the max memory for a particular instance of a program while it's running; however, nothing prevents us from writing to the file which controls this so that memory allocation is changed for next time. -- J.
