|
|
|
|
|
by purplezky
4108 days ago
|
|
If you want IntelliJ on windows to be fast: * change the default launcher to use the idea64.exe instead of idea.exe * increase the default vm allocation in bin/idea64.vmoptions -Xms668m
-Xmx1692m
-XX:MaxPermSize=412m
-XX:ReservedCodeCacheSize=246m * disable the "SuperFetch" service of windows 8 and reboot |
|
Also you can ditch MaxPermSize if using Java8, which you should.