IntelliJ can't use more than 1950MB of RAM after upgrade to Snow Leopard
I recently upgraded to Snow Leopard and it seems IntelliJ can't start with memory greater than -Xmx1950m. The icon bounces in the dock, but nothing comes up.
My guess would be that it's trying to use a 32-bit version of Java, but everything seems correct. Did anybody run into this when upgrading?
echo $JAVA_HOME
/System/Library/Frameworks开发者_开发问答/JavaVM.framework/Versions/1.6.0/Home
Are you sure that it's not set to run in 32-bit mode?
Another possible case if you had modified Info.plist manually and updated to 10.0.2 via patch, the file was not updated to the new version which can run in 64-bit mode.
Reinstalling IntelliJ fixed the problem. My guess is that something was wrong in the IntelliJ's info.plist.
精彩评论