Memory Settings for IntelliJ Permanently deleted user Created January 25, 2006 21:44 can any one tell how to set the memory settings.becasue i'm intellij5 on low RAM system.it's become very slow when i do debug the application.
on Windows see the idea.exe.vmoptions file in IDEAs bin directory
try to clear your old breakpoints. I faced it before and it was EXTREMELY slow when you have many breakpoints or breakpoint in basic class. IDEA is very sencitive to it.
Alexander Shvets.