Skip to content

Commit

Permalink
Explicitly set JAVA_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Oct 16, 2023
1 parent 921bde5 commit edc6f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8chart/ols4/templates/ols4-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ spec:
value: bolt://{{ .Release.Name }}-neo4j:7687
- name: SERVER_SERVLET_CONTEXT_PATH
value: /ols4
- name: JAVA_OPTS
- name: JAVA_OPTIONS
value: "-XX:MinRAMPercentage=60.0 -XX:MaxRAMPercentage=80.0"

0 comments on commit edc6f7e

Please sign in to comment.