dennismayr

Android Studio & IntelliJ IDEA VM options

Oct 18th, 2021 (edited)
874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # custom IntelliJ IDEA & Android Studio VM options, see https://developer.android.com/studio/intro/studio-config.html
  2. # Heap size
  3. -Xms2g # or 4g
  4. -Xmx2g # or 4g
  5.  
  6. # Memory management
  7. -XX:+UseCodeCacheFlushing
Add Comment
Please, Sign In to add comment