[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.php] Re: Performance problems with PHP IDE
|
- From: m_underline_hess_at_gmx_dot_net <nospam@xxxxxxxx>
- Date: Wed, 14 Feb 2007 09:49:07 +0100
- Newsgroups: eclipse.tools.php
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5.0.9 (X11/20060911)
Arthur Erdös wrote:
> Hello Seva,
>
...
> Another interesting observation is that the problem occurs after Eclipse
> running a while! When I start Eclipse everything works fine. Could this
> be a memory related problem? (I'm starting eclipse with parameter
> "-vmargs -Xmx256M")
You might wanna give 384 or even 512 a shot. My guess would be that you
run into garbage collection which completely stops the JVM while it is
happening.
I have seen a "Memorybar" in one of the lower corners of eclipse on
windows based systems. Maybe you can activate this, too, to get an idea
of memory usage in eclipse's VM.
bye, Michael