datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
45 stars 15 forks source link

Added JAVA_OPTS as an env variable to allow additional customization by appending existing options #179

Closed mukesh-ctds closed 3 weeks ago

mukesh-ctds commented 1 month ago

This pull request adds a env var JAVA_OPTS to ensure that additional JVM options (such as changing heap space, direct memory) can be appended to the existing settings.

Related PR: BKVM fix