diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index 647f721..5bf3235 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -341,13 +341,13 @@ "name": "MEMORY_LIMIT", "displayName": "Memory limit", "description": "Maximum amount of memory the Django container can use", - "value": "128Mi" + "value": "512Mi" }, { "name": "MEMORY_POSTGRESQL_LIMIT", "displayName": "Memory limit", "description": "Maximum amount of memory the PostgreSQL container can use", - "value": "128Mi" + "value": "512Mi" }, { "name": "SOURCE_REPOSITORY_URL", diff --git a/openshift/templates/django.json b/openshift/templates/django.json index ee94e68..1ddc9e0 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -227,7 +227,7 @@ "name": "MEMORY_LIMIT", "displayName": "Memory limit", "description": "Maximum amount of memory the container can use", - "value": "128Mi" + "value": "512Mi" }, { "name": "SOURCE_REPOSITORY_URL",