Skip to content

Commit

Permalink
adjust cpu and memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Jan 8, 2025
1 parent b82bac1 commit 84840b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/base/flais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
topic: 'no-permission'
env:
- name: JAVA_TOOL_OPTIONS
value: '-XX:+ExitOnOutOfMemoryError -Xmx350M -Xms300M'
value: '-XX:+ExitOnOutOfMemoryError -Xmx350M -Xms270M'
resources:
limits:
memory: "512Mi"
Expand Down

0 comments on commit 84840b3

Please sign in to comment.