Increase eclipse JVM max memories and maxpermsize paramters


/ Published in: Java
Save to your folder(s)

/opt/eclipse/eclipse.ini


Copy this code and paste it in your HTML
  1. -showsplash
  2. org.eclipse.platform
  3. --launcher.XXMaxPermSize
  4. 128M
  5. -vmargs
  6. -Xms40m
  7. -Xmx512m
  8. -XX:MaxPermSize=256m
  9. -Dosgi.bundlefile.limit=100

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.