John, Do you need to change the Eclipse parameters in addition to devstudio.ini?
Jason On Thu, Mar 17, 2011 at 4:09 PM, John Baker <[email protected]>wrote: > Claire, > > It's important to remember that Developer Studio isn't a BMC product, > it's Eclipse. It's a superb development studio and I use it daily for > Java development. > > If you put "gc overhead limit exceeded eclipse" into Google, there's > lots of links. I'm not trying to suggest it was wrong to ask the > question, but to ensure everyone understands that Eclipse is very well > documented/used and that's the first place BMC will go to service your > help desk ticket. (It's the first place I went!) > > The answer is probably the PermGenSize: > > "java.lang.OutOfMemoryError: GC overhead limit exceeded (Sun Java 64bit) > > When using 64bit Java, Eclipse SDK needs more memory than with a 32bit > Java. Therefore, you should make sure, you have at least the following > memory sizes defined in your eclipse.ini: > > -Xms512m > -Xmx1024m > -XX:PermSize=64m > -XX:MaxPermSize=128m <-- " > > Did you set this too? I've noticed that many BMC Midtier installations > on 7.6.04 require the PermGenSize increasing from the default of 64Mb. > > > John > > -- > Single Sign On for AR System > http://www.javasystemsolutions.com/jss/ssoplugin > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

