I'm trying to increase the default maximum heap size from 512 to 1024 MB. My vassal startup script specifies "-Xmx1G" in the java parameter list. I've found several places in the code that hardcodes the max as 512, and I have changed it everywhere that I can find. But, the size in the preferences panel remains at 512. Are the "GlobalOptions" saved to a file somewhere that I haven't found?
-Thom