PakhomovAlexander commented on PR #7382:
URL: https://github.com/apache/ignite-3/pull/7382#issuecomment-3732867160

   ## JVM Flags Impact Analysis
   
   | Configuration | Average (10 runs) |
   |---------------|-------------------|
   | With flags (`-XX:TieredStopAtLevel=1`, `-XX:+UseSerialGC`) | **0.413s** |
   | Without flags | **0.472s** |
   | Difference | **~60ms (~13% faster)** |
   
   The main optimization comes from code changes (skipping JLine/Terminal 
init): **2.5x faster**.
   JVM flags add an additional **~13%** improvement with no downside for 
short-lived CLI commands.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to