Skip to content

Commit

Permalink
Apply Java heap size limit to Keycloak in opa-authorization test
Browse files Browse the repository at this point in the history
It was hitting against the container memory limits, and getting oomkilled.
  • Loading branch information
nightkr committed Dec 18, 2024
1 parent 4493ef6 commit 2024115
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ commands:
secretKeyRef:
name: user-info-fetcher-client-credentials
key: clientSecret
- name: JAVA_OPTS_KC_HEAP
value: -Xmx500M
ports:
- name: https
containerPort: 8443
Expand Down

0 comments on commit 2024115

Please sign in to comment.