Skip to content

Commit 04b6c48

Browse files
jmckulkJonathan S. Katz
authored andcommitted
Update sane default for pgbadger resources
pgbadger was running into the OOM Killer because of the memory resource limits. This commit ups the memory limit as a workaround.
1 parent 6ac888d commit 04b6c48

File tree

1 file changed

+1
-1
lines changed
  • installers/ansible/roles/pgo-operator/files/pgo-configs

1 file changed

+1
-1
lines changed

installers/ansible/roles/pgo-operator/files/pgo-configs/pgbadger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"resources": {
2424
"limits": {
2525
"cpu": "500m",
26-
"memory": "24Mi"
26+
"memory": "64Mi"
2727
}
2828
},
2929
"volumeMounts": [

0 commit comments

Comments
 (0)