rmuir commented on PR #14824:
URL: https://github.com/apache/lucene/pull/14824#issuecomment-2992023661

   > I had to remove `-XX:ActiveProcessorCount=1` from gradle.properties for 
the above. I think this setting for some reason makes gradle sluggish and 
unpredictable (the timings vary a lot).
   
   For just the `org.gradle.jvmargs`, correct? I think it makes sense to nuke 
it here. It makes better sense for forked processes (e.g. `tests.jvmargs`), 
where, on an 8 processor machine, you want to avoid fork()'ing 8 JVMS, each of 
which is sized for 8 CPU machine (8 * 8 = 64).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to