The localWorkers parameter should be configurable to "the number of CPU's minus 
1"
----------------------------------------------------------------------------------

                 Key: MGWT-221
                 URL: http://jira.codehaus.org/browse/MGWT-221
             Project: Maven 2.x GWT Plugin
          Issue Type: New Feature
    Affects Versions: 1.2
            Reporter: Geoffrey De Smet
            Priority: Minor


Currently, the localWorkers parameter of gwt:compile is set to "the number of 
CPU's" by default and you can change it to a static other value.
Having it set to "the nubmer of CPU's" is annoying because:
- the mouse starts shocking and you can't read use firefox meanwhile (to read 
the GWT javadocs or reference manual :)
- it's slower than using less CPU's. Strange, but true: See 
http://josephmarques.wordpress.com/2010/07/30/gwt-compilation-performance/

We 'd like to set it to "the number of CPU's minus 1" (with a minimum of 1 of 
course),
but our developers have different machines with different number of cores.
On a quad (4) core I want it to use 3 cores, on an old dual (2) core I want it 
to use 1 core.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to