IntelliJ on steroids with G1 GC
-Xmx2048m | |
-Xss256k | |
-XX:+UseG1GC | |
-XX:InitiatingHeapOccupancyPercent=65 | |
-XX:G1HeapRegionSize=2 | |
-XX:MaxGCPauseMillis=100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
This works amazingly well, IntelliJ has been getting faster but now it feels snappy
Thanks for putting your research out there!