I have imported a very big java project from CVS .
The problem is that , since it is being a very big project , The Eclipse Operations like clean , run , copy –etc has been very slow .
Could you please let me know , how can we resolve this ??
I have imported a very big java project from CVS . The problem is
Share
Use Task Manager to identify if Eclipse is swapping. If swapping add more memory.
If not swapping, increase amount of memory available to Eclipse: http://blog.xam.dk/?p=58
If hitting the ceiling of a 32-bit JVM (around 3 GB) upgrade to 64-bit.