Skip to content

Commit

Permalink
oom
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Dec 6, 2023
1 parent 9c0e7c8 commit ca3b500
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ spec:
imagePullPolicy: Never
resources:
limits:
memory: "256Mi"
memory: "384Mi"
requests:
memory: "256Mi"
memory: "384Mi"
cpu: "300m"
#health
livenessProbe:
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
- name: REQUIRED_CONTACT_POINT_NR
value: "3"
- name: JAVA_TOOL_OPTIONS
value: "-XX:InitialRAMPercentage=75 -XX:MaxRAMPercentage=75 -Dakka.rollingupdate.kubernetes.custom-resource.enabled=on"
value: "-XX:InitialRAMPercentage=60 -XX:MaxRAMPercentage=60 -Dakka.rollingupdate.kubernetes.custom-resource.enabled=on"
#deployment
---
#rbac-reader
Expand Down

0 comments on commit ca3b500

Please sign in to comment.