I'm running SQuirreL SQL (2.6.8) on Max OS X.
I'm running out of heap space when trying to create a Table script.
How to configure SQuirreL SQL to start up with a higher JVM heap size?
Assuming you have the SQuirreL in your Dock you can do following:
<key>Java</key> <dict> <key>VMOptions</key> <array> <string>-Xms128m</string> <string>-Xmx512m</string> </array> </dict>
Here you get 128M at the start time with maximal SQuirreL.
Save the Info.plist file and restart the application.