[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.php] Re: Performance problems with PHP IDE

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