This page last changed on Feb 20, 2007 by jnolen.
You may like to increase the default memory allocated for the IDEA app. via modifying the VM options located in:
for Windows
<Install-dir>\bin\idea.exe.vmoptions
for Unix
<Install-dir>\bin\idea.vmoptions
For example, if you installed the application in it's default location on Windows you may see something like this:
Below is an example of settings:
-Xms32m
-Xmx256m
-XX:MaxPermSize=128m
-ea
|