Skip to content

Commit

Permalink
More memory in afk
Browse files Browse the repository at this point in the history
  • Loading branch information
olabrustad committed Jul 30, 2024
1 parent caa2433 commit b82c13f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kustomize/overlays/api/afk-no/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ patches:
value:
limits:
cpu: "2000m"
memory: "3096Mi"
memory: "6192Mi"
requests:
cpu: "1000m"
memory: "1024Mi"
memory: "1664Mi"
- op: add
path: "/spec/env/0"
value:
name: "JAVA_TOOL_OPTIONS"
value: "-XX:+ExitOnOutOfMemoryError -Xmx2880m"
value: "-XX:+ExitOnOutOfMemoryError -Xmx5808m"
target:
kind: Application
name: fint-kontroll-azure-ad-gateway
Expand Down

0 comments on commit b82c13f

Please sign in to comment.