Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Slow project builder
Slow project builder [message #24315] Tue, 29 May 2007 11:43 Go to next message
Eclipse UserFriend
Originally posted by: ale.g.gonzalez.gmail.com

Hi All
There is a problem in medium - big projects when the project builder
runs at first time. It takes too long, 27 minutues with a 2200 php files
project, and much more time with bigger projects (I didn't wait until it
ended).

Here is the bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=188913

Additionally, it would be nice if the project build thread doesn't block
other tasks, like saving files.

Thanks!
Alejandro González
Re: Slow project builder [message #24357 is a reply to message #24315] Tue, 29 May 2007 12:44 Go to previous messageGo to next message
Michael Spector is currently offline Michael SpectorFriend
Messages: 110
Registered: July 2009
Senior Member

"Alejandro Gonz
Re: Slow project builder [message #24398 is a reply to message #24315] Tue, 29 May 2007 14:58 Go to previous messageGo to next message
Artiom Lunev is currently offline Artiom LunevFriend
Messages: 3
Registered: July 2009
Junior Member
try different parameters to eclipse, it might help.
i use these on 1Gb ram system:
eclipse -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m


Alejandro González wrote:
> Hi All
> There is a problem in medium - big projects when the project builder
> runs at first time. It takes too long, 27 minutues with a 2200 php files
> project, and much more time with bigger projects (I didn't wait until it
> ended).
>
> Here is the bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=188913
>
> Additionally, it would be nice if the project build thread doesn't block
> other tasks, like saving files.
>
> Thanks!
> Alejandro González
Re: Slow project builder [message #24438 is a reply to message #24315] Tue, 29 May 2007 15:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.ingo-renner.com

Alejandro González wrote:
> Hi All
> There is a problem in medium - big projects when the project builder
> runs at first time. It takes too long, 27 minutues with a 2200 php files
> project, and much more time with bigger projects (I didn't wait until it
> ended).
>
> Here is the bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=188913
>
> Additionally, it would be nice if the project build thread doesn't block
> other tasks, like saving files.

yepp, same here on Mac OS X with TYPO3 (plus extensions) loaded in a
project...


Ingo
Re: Slow project builder [message #24479 is a reply to message #24398] Tue, 29 May 2007 18:07 Go to previous message
Eclipse UserFriend
Originally posted by: ale.g.gonzalez.gmail.com

Thanks Artiom!
I've tested these parameters and I get better results with the following:
-vmargs -Xms386m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M

However I don't see performance problems doing other tasks.
I'm using Sun Java 1.5.0_11 on linux x86.


Artiom Lunev escribió:
> try different parameters to eclipse, it might help.
> i use these on 1Gb ram system:
> eclipse -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m
>
>
> Alejandro González wrote:
>> Hi All
>> There is a problem in medium - big projects when the project builder
>> runs at first time. It takes too long, 27 minutues with a 2200 php
>> files project, and much more time with bigger projects (I didn't wait
>> until it ended).
>>
>> Here is the bug report
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=188913
>>
>> Additionally, it would be nice if the project build thread doesn't
>> block other tasks, like saving files.
>>
>> Thanks!
>> Alejandro González
Previous Topic:Avoiding building buggy libraries and tools
Next Topic:Breakpoints in "action" scripts
Goto Forum:
  


Current Time: Mon Jan 20 17:23:07 GMT 2025

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

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

Back to the top