Skip to content

Commit f6dec56

Browse files
Increase nginx memory limit (#698)
Increase nginx memory limit nginx has been killed in production and it seems to be because we used more memory than allowed. Looking at the nginx graphs we are consistently using aroud 25Mi. It looks safer to increase the limit. Reviewed-by: Jiří Podivín Reviewed-by: Alžběta Kučerová
2 parents 636eb6a + b23762f commit f6dec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/nginx.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
memory: "8Mi"
5959
cpu: "5m"
6060
limits:
61-
memory: "32Mi"
61+
memory: "50Mi"
6262
cpu: "10m"
6363
replicas: 1
6464
strategy:

0 commit comments

Comments
 (0)