Skip to content

Commit 1304ded

Browse files
committed
bump all template mem limits to 512 Mi
1 parent 704ab1d commit 1304ded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openshift/templates/django-postgresql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,13 @@
341341
"name": "MEMORY_LIMIT",
342342
"displayName": "Memory limit",
343343
"description": "Maximum amount of memory the Django container can use",
344-
"value": "128Mi"
344+
"value": "512Mi"
345345
},
346346
{
347347
"name": "MEMORY_POSTGRESQL_LIMIT",
348348
"displayName": "Memory limit",
349349
"description": "Maximum amount of memory the PostgreSQL container can use",
350-
"value": "128Mi"
350+
"value": "512Mi"
351351
},
352352
{
353353
"name": "SOURCE_REPOSITORY_URL",

openshift/templates/django.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"name": "MEMORY_LIMIT",
228228
"displayName": "Memory limit",
229229
"description": "Maximum amount of memory the container can use",
230-
"value": "128Mi"
230+
"value": "512Mi"
231231
},
232232
{
233233
"name": "SOURCE_REPOSITORY_URL",

0 commit comments

Comments
 (0)