Skip to content

Instantly share code, notes, and snippets.

@judepereira
Last active November 8, 2022 07:53
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save judepereira/5f4276fea45f2e0237e90ba5e4319f61 to your computer and use it in GitHub Desktop.
Save judepereira/5f4276fea45f2e0237e90ba5e4319f61 to your computer and use it in GitHub Desktop.
IntelliJ on steroids with G1 GC
-Xmx2048m
-Xss256k
-XX:+UseG1GC
-XX:InitiatingHeapOccupancyPercent=65
-XX:G1HeapRegionSize=16m
-XX:MaxGCPauseMillis=100
@Gameghostify
Copy link

Gameghostify commented Oct 3, 2019

This works amazingly well, IntelliJ has been getting faster but now it feels snappy

Thanks for putting your research out there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment