Recently all my runs of my java code eclipse have been giving me permMem errors. I can fix this with adding
-XX:PermSize=128M -XX:MaxPermSize=256M
to the dun/debug config, but I don't want to keep doing this. My eclipse config has:
eclipse.vm=C:\Windows\system32\javaw.exe eclipse.vmargs=-Xms384m -Xmx768m -XX:MaxPermSize=384m