dweiss commented on PR #14824: URL: https://github.com/apache/lucene/pull/14824#issuecomment-2993698382
With: ``` -Xmx1g -XX:ReservedCodeCacheSize=256m -XX:TieredStopAtLevel=1 ``` I get: ``` max-workers: 8 real 0m9.768s real 0m9.486s real 0m9.501s max-workers: 16 real 0m6.540s real 0m6.374s real 0m6.367s max-workers: 32 real 0m6.166s real 0m6.379s real 0m6.477s ``` With: ``` -Xmx1g -XX:ReservedCodeCacheSize=256m ``` I get: ``` max-workers: 8 real 0m6173s real 0m6.335s real 0m6.074s max-workers: 16 real 0m4.750s real 0m4.610s real 0m4.498s max-workers: 32 real 0m4.917s real 0m5.099s real 0m5.702s ``` With: ``` -Xmx1g -XX:ReservedCodeCacheSize=256m -XX:+UseParallelGC ``` I get: ``` max-workers: 8 real 0m6.042s real 0m6.052s real 0m5.873s max-workers: 16 real 0m4.899s real 0m4.879s real 0m4.735s max-workers: 32 real 0m5.137s real 0m5.070s real 0m5.250s ``` So not that much of a difference. -- 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