Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Speed with very large codebases in eclipse
Speed with very large codebases in eclipse [message #176373] Thu, 02 September 2004 03:26 Go to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Hi there,

I hope this is the correct newsgroup for this question now.

I'm working with a very large codebase here (27000+ java-files).
Eclipse does get a "little" slow in these dimensions.
Compiling almost takes an hour.
Is there a list of things that can improve performance when working with
such a very large code base?
Any particular settings I should activate/deactivate?
Any other hints or tips?

Greetings,
Malte
Re: Speed with very large codebases in eclipse [message #176720 is a reply to message #176373] Mon, 06 September 2004 15:11 Go to previous message
Eclipse UserFriend
Increase eclipse VM memory : eclipse.exe -vmargs -Xmx600M
and split the project into more manageable subprojects/packages and compile
them separately.


<user@domain.invalid> wrote in message news:ch6hoa$f5s$1@eclipse.org...
> Hi there,
>
> I hope this is the correct newsgroup for this question now.
>
> I'm working with a very large codebase here (27000+ java-files).
> Eclipse does get a "little" slow in these dimensions.
> Compiling almost takes an hour.
> Is there a list of things that can improve performance when working with
> such a very large code base?
> Any particular settings I should activate/deactivate?
> Any other hints or tips?
>
> Greetings,
> Malte
Previous Topic:Moving a Project to another Machine
Next Topic:Can Eclipse automatically remove empty packages?
Goto Forum:
  


Current Time: Wed May 28 19:51:02 EDT 2025

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

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

Back to the top