Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse very slow on Win XP
Eclipse very slow on Win XP [message #276583] Thu, 25 November 2004 18:29 Go to next message
Eclipse UserFriend
Originally posted by: marco_lamanna.libero.it

Hello everybody,

I'm an happy user of Eclipse but sometimes it hangs on and I have to wait
minutes to let him return to work. I noticed my HD led is always on. It
hangs also when I try to open a file from my active project...

My system is: Notebook P4 2.8 Ghz 521MB DDR 333 on WinXP SP2.

Thank for your attention and sorry for my English.

Regards.

Marco
Re: Eclipse very slow on Win XP [message #276584 is a reply to message #276583] Thu, 25 November 2004 18:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: qian.qiao.gmail.com

Did you set VM arguments? Try add this to you eclipse short-cut
"-vmargs -Xmx256M" (without the double quotes), and see if this
helps.

-- Joe

"Marco Luca Lamanna" <marco_lamanna@libero.it> wrote in message
news:co5puf$2if$1@www.eclipse.org...
> Hello everybody,
>
> I'm an happy user of Eclipse but sometimes it hangs on and I have to wait
> minutes to let him return to work. I noticed my HD led is always on. It
> hangs also when I try to open a file from my active project...
>
> My system is: Notebook P4 2.8 Ghz 521MB DDR 333 on WinXP SP2.
>
> Thank for your attention and sorry for my English.
>
> Regards.
>
> Marco
>
Re: Eclipse very slow on Win XP [message #276587 is a reply to message #276583] Thu, 25 November 2004 21:04 Go to previous messageGo to next message
Eclipse UserFriend
Is this after a period of time of inactivity or not using Eclipse?
This is standard Windows behavior.

There has been several discussions on this in this forum and there are ways
to tweak your system so that it behaves more reasonably.
Try browsing through the archive using:
http://www.eclipse.org/search/search.cgi

HTH
Darins

"Marco Luca Lamanna" <marco_lamanna@libero.it> wrote in message
news:co5puf$2if$1@www.eclipse.org...
> Hello everybody,
>
> I'm an happy user of Eclipse but sometimes it hangs on and I have to wait
> minutes to let him return to work. I noticed my HD led is always on. It
> hangs also when I try to open a file from my active project...
>
> My system is: Notebook P4 2.8 Ghz 521MB DDR 333 on WinXP SP2.
>
> Thank for your attention and sorry for my English.
>
> Regards.
>
> Marco
>
Re: Eclipse very slow on Win XP [message #276588 is a reply to message #276583] Thu, 25 November 2004 21:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Lamont_Gilbert.rigidsoftware.com

Marco Luca Lamanna wrote:
> Hello everybody,
>
> I'm an happy user of Eclipse but sometimes it hangs on and I have to wait
> minutes to let him return to work. I noticed my HD led is always on. It
> hangs also when I try to open a file from my active project...
>
> My system is: Notebook P4 2.8 Ghz 521MB DDR 333 on WinXP SP2.
>
> Thank for your attention and sorry for my English.
>
> Regards.
>
> Marco
>
>

What JRE are you using?

--
Respectfully,


CL Gilbert

"Verily, verily, I say unto you, He that entereth not by the door() into
the sheepfold{}, but climbeth up some other *way, the same is a thief
and a robber."

GnuPG Key Fingerprint:
82A6 8893 C2A1 F64E A9AD 19AE 55B2 4CD7 80D2 0A2D

For a free Java interface to Freechess.org see
http://www.rigidsoftware.com/Chess/chess.html
Re: Eclipse very slow on Win XP [message #276805 is a reply to message #276583] Mon, 29 November 2004 09:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Marco Luca Lamanna wrote:
> Hello everybody,
>
> I'm an happy user of Eclipse but sometimes it hangs on and I have to wait
> minutes to let him return to work. I noticed my HD led is always on. It
> hangs also when I try to open a file from my active project...
>
> My system is: Notebook P4 2.8 Ghz 521MB DDR 333 on WinXP SP2.

Most likely the problem is a combination of windows memory management
(Windows XP is very aggressive about swapping programs to virtual
memory, even when you don't want them to be), and the fact that laptop
hard drives are usually very slow.
There is a plugin for Eclipse called "Keep Resident" that might help
prevent windoze from swapping Eclipse out so much. If you have enough
RAM you could also try disabling the swap file in windows.

HTH,
Eric
Re: Eclipse very slow on Win XP [message #283660 is a reply to message #276805] Fri, 08 April 2005 05:12 Go to previous messageGo to next message
Eclipse UserFriend
> Marco Luca Lamanna wrote:
>
>> Hello everybody,
>>
>> I'm an happy user of Eclipse but sometimes it hangs on and I have to
>> wait minutes to let him return to work. I noticed my HD led is always
>> on. It hangs also when I try to open a file from my active project...
>>
>> My system is: Notebook P4 2.8 Ghz 521MB DDR 333 on WinXP SP2.
>
>
> Most likely the problem is a combination of windows memory management
> (Windows XP is very aggressive about swapping programs to virtual
> memory, even when you don't want them to be), and the fact that laptop
> hard drives are usually very slow.
> There is a plugin for Eclipse called "Keep Resident" that might help
> prevent windoze from swapping Eclipse out so much. If you have enough
> RAM you could also try disabling the swap file in windows.
>
> HTH,
> Eric


Thanks Eric! I had the same problem, but with the KEEP RESIDENT PLUGIN
the problem is gone!


Cheers,
tojotamies
Re: Eclipse very slow on Win XP [message #284439 is a reply to message #283660] Mon, 25 April 2005 05:10 Go to previous message
Eclipse UserFriend
tojotamies wrote:
>> Marco Luca Lamanna wrote:
>>
>>> Hello everybody,
>>>
>>> I'm an happy user of Eclipse but sometimes it hangs on and I have to
>>> wait minutes to let him return to work. I noticed my HD led is always
>>> on. It hangs also when I try to open a file from my active project...
>>>
>>> My system is: Notebook P4 2.8 Ghz 521MB DDR 333 on WinXP SP2.
>>
>>
>>
>> Most likely the problem is a combination of windows memory management
>> (Windows XP is very aggressive about swapping programs to virtual
>> memory, even when you don't want them to be), and the fact that laptop
>> hard drives are usually very slow.
>> There is a plugin for Eclipse called "Keep Resident" that might help
>> prevent windoze from swapping Eclipse out so much. If you have enough
>> RAM you could also try disabling the swap file in windows.
>>
>> HTH,
>> Eric
>
>
>
> Thanks Eric! I had the same problem, but with the KEEP RESIDENT PLUGIN
> the problem is gone!
>
>
> Cheers,
> tojotamies

I celebrated too soon... :( - the problem is not gone. Next I will try
to disable the swap-file. Im using Win XP pro, 512 MB, 3GHz
Fujitsu-Siemens Amilo D 8830 laptop.

Cheers,
tojotamies
Previous Topic:problem with ApplicationWindow and getInitialLocation/getInitialSize
Next Topic:IViewPart setFocus problems
Goto Forum:
  


Current Time: Sat May 10 12:50:30 EDT 2025

Powered by FUDForum. Page generated in 0.03692 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top