I'm running IDEA (community edition) 14.1.2 on my MacBook Air, OSX 10.10.3. The IDEA java process always starts up with -Xmx512m, which is a little small when I have 4G memory. I have been trying to find an answer but looks like what works for most people doesn't for me. I copied /Applications/IntelliJ IDEA 14 CE.app/Contents/bin/idea.vmoptions over to ~/Library/Preferences/IdeaIC14, and changed -Xmx512m to -Xmx1024m, but nothing changed after I restart.
Any ideas?