Skip to content

Commit

Permalink
increase memory for oomkilled pods
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 16, 2023
1 parent 7e568f6 commit 83e9b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alfresco-repository:
memory: "1024Mi"
limits:
cpu: "2"
memory: "1560Mi"
memory: "1800Mi"
replicaCount: 2
persistence:
accessModes:
Expand Down Expand Up @@ -79,7 +79,7 @@ alfresco-transform-service:
memory: "256Mi"
limits:
cpu: "2"
memory: "512Mi"
memory: "600Mi"
replicaCount: 1
transformmisc:
livenessProbe:
Expand Down

0 comments on commit 83e9b08

Please sign in to comment.