Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it possible to add Java command line parameters #80

Closed
jhutar opened this issue Oct 1, 2020 · 2 comments
Closed

make it possible to add Java command line parameters #80

jhutar opened this issue Oct 1, 2020 · 2 comments
Labels
1.1.x Issues for 1.1.x release

Comments

@jhutar
Copy link

jhutar commented Oct 1, 2020

Currently it is AFAICT not possible to change Java command line parameters used to start the registry:

~ $ ps axf | tee
PID   USER     TIME  COMMAND
    1 10005900  0:19 java -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -javaagent:/opt/agent-bond/agent-bond.jar=jmx_exporter{{9779:/opt/agent-bond/jmx_exporter_config.yml}} -Xmx650m -XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:CICompilerCount=2 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:+ExitOnOutOfMemoryError -cp . -jar /deployments/apicurio-registry-storage-streams-1.2.3.Final-runner.jar

It night be useful if it is possible to tune these parameters or add more of them.

@jsenko
Copy link
Member

jsenko commented Dec 10, 2020

It's possible to add JAVA_OPTIONS environment variable to the deployment, but the operator does not support this directly at the moment.

@jsenko
Copy link
Member

jsenko commented Apr 29, 2021

Note: Document the workaround for 1.0.0.

@jsenko jsenko added 1.0.0 Issues for 1.0.0 release 1.1.x Issues for 1.1.x release labels Apr 29, 2021
@jsenko jsenko removed the 1.0.0 Issues for 1.0.0 release label May 21, 2021
@jsenko jsenko closed this as completed May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.1.x Issues for 1.1.x release
Projects
None yet
Development

No branches or pull requests

2 participants