Skip to content

Commit

Permalink
More memory in bfk
Browse files Browse the repository at this point in the history
  • Loading branch information
olabrustad committed Jun 29, 2024
1 parent b28bf6f commit caa2433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/overlays/api/bfk-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: "3392Mi"
memory: "3840Mi"
requests:
cpu: "1000m"
memory: "1024Mi"
- op: add
path: "/spec/env/0"
value:
name: "JAVA_TOOL_OPTIONS"
value: "-XX:+ExitOnOutOfMemoryError -Xmx3008m"
value: "-XX:+ExitOnOutOfMemoryError -Xmx3584m"
target:
kind: Application
name: fint-kontroll-azure-ad-gateway
Expand Down

0 comments on commit caa2433

Please sign in to comment.