Set memory options for IntelliJ itself in the virtual machine options file.
- OS X:
Contents/info.plist (built into the application directory) - Linux:
bin/idea.vmoptions - Windows:
(install dir/)bin/idea.exe.vmoptions e.g. C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 12.1.1\bin\idea.exe.vmoptions
As for IntelliJ 12, for OS X:
- The file
/Applications/IntelliJ IDEA.app/bin/idea.vmoptions should be copied to ~/Library/Preferences/IntelliJIdeaXX/idea.vmoptions
This corresponds to the DOC-197 JetBrains associated with CrazyCoder.
The memory indicator shows the used / maximum memory.
You know, if you allocated enough memory to the TS, if it did not end, and / or was not caused by hiccups due to the large GC, and / or not thrash swapping. Tomcat memory settings are configured in the Tomcat startup configuration, where "VM Settings" is specified.
Dave Newton Dec 17 '11 at 3:27 2011-12-17 03:27
source share