We Recommend

Java How to Program Java How to Program
Takes a new tools-based approach to Web application development that uses Netbeans 5.5 and Java Studio Creator 2 to create and consume Web Services. Features new AJAX-enabled, Web applications built with JavaServer Faces (JSF), Java Studio Creator 2 and the Java Blueprints AJAX Components. Includes new topics throughout, such as JDBC 4, SwingWorker for multithreaded GUIs, GroupLayout, Java Desktop Integration Components (JDIC), and much more.


Posted By

thebugslayer on 09/29/07


Tagged

eclipse


Versions (?)


Increase eclipse JVM max memories and maxpermsize paramters


Published in: Java 


/opt/eclipse/eclipse.ini

  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 

You need to login to post a comment.