arijitroy003 opened a new pull request, #17414: URL: https://github.com/apache/iceberg/pull/17414
## Summary Make JMH benchmark configuration more flexible by allowing heap size and failure behavior to be overridden via Gradle properties. This helps developers who cannot allocate the default 32GB heap or run on JDK 17+ which requires module opens. ## Changes - Make `maxHeapSize` configurable via `-PjmhHeapSize=` (default: 32g) - Make `failOnError` configurable via `-PjmhFailOnError=` (default: true) - Add JDK 17+ module opens for java.nio access ## Testing Verified builds with `./gradlew jmh -PjmhHeapSize=4g` locally. -- 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]
