Skip to content

Commit

Permalink
chore: memory limit
Browse files Browse the repository at this point in the history
add an extra gigabyte to spare
  • Loading branch information
jlangy committed Jan 14, 2025
1 parent fc4ba81 commit 92d9eb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ patroni:
resources:
limits:
cpu: 500m
memory: 3Gi
memory: 4Gi
requests:
cpu: 50m
memory: 1.5Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ patroni:
resources:
limits:
cpu: 500m
memory: 3Gi
memory: 4Gi
requests:
cpu: 50m
memory: 1.5Gi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ patroni:
resources:
limits:
cpu: 500m
memory: 3Gi
memory: 4Gi
requests:
cpu: 50m
memory: 1.5Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ patroni:
resources:
limits:
cpu: 500m
memory: 3Gi
memory: 4Gi
requests:
cpu: 50m
memory: 1.5Gi

0 comments on commit 92d9eb2

Please sign in to comment.