views:

189

answers:

2

I use Windows Vista , 4GB RAM , Core2

I have tested with this idea.exe.vmoptions : -Xms64m -Xmx512m -XX:MaxPermSize=256m -ea -agentlib:yjpagent=disablej2ee,disablecounts,disablealloc,sessionname=IntelliJIdea90

+1  A: 

The -Xmx256M option is hardcoded at the moment and there is no way to change it. There is a related discussion in the IDEA forum. If you need a way to specify heap size, please file a feature request.

CrazyCoder
+1  A: 

Stupid I am : I have found on run configuration VM parameters and I have set "-XX:MaxPermSize=1024m -Xmx1024M -server"

pred