[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

gagool do-not-reply at jboss.com
Wed Oct 10 04:28:52 EDT 2007


You should be aware of that there is a bug in eclipses JVM identification (if i remember correctly).. I think that this is only in eclipse 3.3.1 (check 
bugs.eclipse.org)

This eclipse.ini that should work all the time doesn't:


  | -showsplash
  | org.eclipse.platform
  | --launcher.XXMaxPermSize
  | 256M
  | -vmargs
  | -Dosgi.requiredJavaVersion=1.5
  | -Xms40m
  | -Xmx768m
  | 


I have to use this instead:


  | -showsplash
  | org.eclipse.platform
  | -vmargs
  | -Dosgi.requiredJavaVersion=1.5
  | -Xms40m
  | -Xmx512m
  | -XX:MaxPermSize=256M
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093336#4093336

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093336



More information about the jboss-user mailing list