You might want to take a look at this thread http://groups.google.com/group/javaposse/browse_thread/thread/b3a32231b683d25/dbe869ce4c0525a6?lnk=gst&q=eclipse+memory#dbe869ce4c0525a6
I suspect you just need to add this to your eclipse.ini file: -XX:CompileCommand=exclude,org/*eclipse*/core/internal/dtree/ DataTreeNode,forwardDeltaWith Hope this helps, Mark On Thu, Nov 20, 2008 at 1:33 AM, srakyi <[EMAIL PROTECTED]> wrote: > > Increasing MaxPermSize doesn't help :-/ > > This is how am I running Eclipse: > > ./eclipse -vmargs -XX:PermSize=128M -XX:MaxPermSize=1024M > > .. and it doesn't even matter whether I run it on 32 or 64 bit Java .. > it still crashes after a while (with out of mem exception). I tried > both Europa and Ganymede, no difference. > > May this be a problem in my quad-core AMD64? > > Thanks for any advice, > Mike > > > sherod wrote: > > Not PermGen space is it? > > > > http://tassos.blogentis.net/2006/06/08/eclipse-and-permgen-space > > > > Is there a technical reason for these kind of hard limits on memory > > types? > > > > It just seems to be a recipe for unneeded breakage of stuff.... > > > > On Nov 18, 7:46�pm, srakyi <[EMAIL PROTECTED]> wrote: > > > Speaking about 64bit & Linux - have you guys tried running Eclipse on > > > this configuration? > > > > > > I use it on my development machine and I'm still having troubles - > > > every once in a while, it crashes badly (with out of memory .. but > > > increasing heap space doesn't help at all). I really don't know what > > > to do, nothing I've tried helped .. > > > > > > Thanks for any advice, > > > � Mike > > > -- Mark Fortner blog: http://feeds.feedburner.com/jroller/ideafactory --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
