dongjoon-hyun opened a new pull request, #533:
URL: https://github.com/apache/spark-kubernetes-operator/pull/533

   ### What changes were proposed in this pull request?
   This PR proposes to add `-XX:+UseCompactObjectHeaders` to the 
`operatorContainer.jvmArgs` in 
`build-tools/helm/spark-kubernetes-operator/values.yaml.
   
   ### Why are the changes needed?
   To use Java 25 Compact Object Headers (`-XX:+UseCompactObjectHeaders`) for 
the `spark-kubernetes-operator` container. This feature is known to reduce 
significantly the memory footprint of Java objects.
   - https://openjdk.org/jeps/519
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to