From 1304dedf6f1e03fe492f360890c37f5f6cc2822a Mon Sep 17 00:00:00 2001 From: gabemontero Date: Mon, 29 Feb 2016 22:09:26 -0500 Subject: [PATCH] bump all template mem limits to 512 Mi --- openshift/templates/django-postgresql.json | 4 ++-- openshift/templates/django.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",