derreisende77 commented on issue #13959:
URL: https://github.com/apache/lucene/issues/13959#issuecomment-2439422246

   @benwtrent I made several tests on macOS with JDK 23 and 23.0.1 from 
Liberica and Azul. I always ran into the performance problem.
   I switched from Shenandoah GC to ZGC with
   ```
   -XX:+UseZGC
   -XX:+ZGenerational
   -XX:ZUncommitDelay=5
   -XX:+ZUncommit
   -XX:SoftMaxHeapSize=4g
   ```
   and so far was unable to trigger the performance problem. Lucene behaves as 
performant as before with JDK 23


-- 
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