Eclipse editor - slowwwwwwww?

F

farseer

Hi,
does any one know if the version 3.0 (build: ) of Eclipse has a memory
leak? On large projects, the editor is slow to begin with, but when it
starts, i see that the jvm hogs about 60MB. after about 1 hour, that
reaches near 100MB. at that point, the editor just pretty much comes
to halt. even highlighting text will cause a very long pause (god
knows what it is looking for).

anyone else run into this? Also, any tips on optimizing eclipse? all
i want is an editor with context sensitive look up and the ability to
see my project tree/structure and class methods. i don't care for
build and compile, i do that form the command line anyway.

I have tried doing some optimization in the form of removing references
to JARS i do not currently need for the classes i am working on, this
helps some, but again, when it hits that 100MB mark, it's pretty much
unuseable. At that point i need to kill it. restart, kill again, then
restart (don't ask me why, but if i restart it the first time, it's
still slow..i apparently have to restart it twice..is it keeping stuff
cached somewhere?)
 
C

Chris Smith

Andrew Thompson said:
I don't know and I don't care.
Why not take it to some folks that might..
<http://www.eclipse.org/newsgroups/index.html>

Get up on the wrong side of the bed this morning, Andrew? Normally
there's at least a point to these rude comments of yours. This time,
you're responding to a perfectly normal post in a Java newsgroup, asking
about a Java development tool. I certainly don't see a problem
anywhere.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
A

Andrew Thompson

Get up on the wrong side of the bed this morning, Andrew?

I've about had my share of hearing about Eclipse (JBuilder,
NetBeans, Vi, Emacs, IntelliJ..) for about this year,
...and perhaps next as well.

And, ..a memory problem? That is hardly a problem best
addressed here. Take it up with the *manufacturer*!

It did not even come out of any of the (all too frequent)
'I luv my IDE' threads that seems to develop every time some
clueless noob asks 'What is the best IDE?' (people should be
slapped for even asking that question, in that form).

So ..checks question. Maybe the answer is ..
"I got up on the wrong side of their *IDE* - this *year*."
 
F

farseer

if i could make it on there to ask the question, i would. you try to
register, you get a "cannot find page" page. you try to have them email
you your previous login pwd which you were sure you had right, it tells
you it doesn't know you. you try to figure out what board could
possibly be the one to answer your question..it's impossible, cause
there are like 50 billion groups and all about the project itself...

anyway, after a year of using eclipse, i'm giving up on it, i spend
about twice the amount of time waiting for it to do what ever the hell
it does ever other second....back to jbuilder for now (until the order
for intellij is approved).
 
O

Ole Ildsgaard Hougaard

Hi,
does any one know if the version 3.0 (build: ) of Eclipse has a memory
leak? On large projects, the editor is slow to begin with, but when it
starts, i see that the jvm hogs about 60MB. after about 1 hour, that
reaches near 100MB. at that point, the editor just pretty much comes
to halt. even highlighting text will cause a very long pause (god
knows what it is looking for).

anyone else run into this? Also, any tips on optimizing eclipse? all
i want is an editor with context sensitive look up and the ability to
see my project tree/structure and class methods. i don't care for
build and compile, i do that form the command line anyway.

I have tried doing some optimization in the form of removing references
to JARS i do not currently need for the classes i am working on, this
helps some, but again, when it hits that 100MB mark, it's pretty much
unuseable. At that point i need to kill it. restart, kill again, then
restart (don't ask me why, but if i restart it the first time, it's
still slow..i apparently have to restart it twice..is it keeping stuff
cached somewhere?)

Eclipse is a real memory hog. My guess is that you're using a heap of
128MB and most of it is used for real data (not garbage). This will
cause the jvm to garbage collect almost constantly. Try starting
Eclipse with the options -vmargs -Xmx256m.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top