Skip to content

Commit

Permalink
oidcng: Make max heap configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Oct 14, 2024
1 parent 8699d72 commit adc48ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/oidcng/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
- source: /opt/openconext/oidcng/__cacert_entrypoint.sh
target: /__cacert_entrypoint.sh
type: bind
command: "java -jar /app.jar -Xmx512m --spring.config.location=./config/"
command: "java -jar /app.jar -Xmx{{ oidcng_max_heapsize |default('512m')}} --spring.config.location=./config/"
etc_hosts:
host.docker.internal: host-gateway
env:
Expand Down

0 comments on commit adc48ff

Please sign in to comment.