http://www.jetbrains.com/idea/download/index.html 인텔리J 시작하기 Part1 (Getting Start IntelliJ) -기본 설정편- 인텔리J 시작하기 Part2 (Getting Start IntelliJ) -자바 프로젝트편- JetBrains Support Memory Heap 설정 32Bit {install_path}/bin/idea.exe.vmoptions 64Bit {install_path}/bin/idea64.exe.vmoptions -ea -server -Xms1g -Xmx1g -Xss16m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+..