Skip to content

Commit

Permalink
Merge pull request #293 from anynines/a8s_1974_postgis_memory_require…
Browse files Browse the repository at this point in the history
…ment_increase

Increase memory limit to prevent PostGIS OOMKilled
  • Loading branch information
lhaendler authored Mar 28, 2024
2 parents 8e5b8bf + c2d46c7 commit b15456b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/application-developers/advanced_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
schedulingConstraints:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -248,7 +248,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
schedulingConstraints:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -389,7 +389,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
schedulingConstraints:
affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion examples/postgresql-ha-1-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
schedulingConstraints:
affinity:
podAntiAffinity:
Expand Down
2 changes: 1 addition & 1 deletion examples/postgresql-ha-2-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
schedulingConstraints:
affinity:
podAntiAffinity:
Expand Down
2 changes: 1 addition & 1 deletion examples/postgresql-instance-exposed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
2 changes: 1 addition & 1 deletion examples/postgresql-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
2 changes: 1 addition & 1 deletion examples/postgresql-toleration-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 100Mi
memory: 200Mi
schedulingConstraints:
affinity:
nodeAffinity:
Expand Down

0 comments on commit b15456b

Please sign in to comment.