diff --git a/openshift/templates/nodejs-mongodb.json b/openshift/templates/nodejs-mongodb.json index a897972..d5a1be6 100644 --- a/openshift/templates/nodejs-mongodb.json +++ b/openshift/templates/nodejs-mongodb.json @@ -340,13 +340,13 @@ "name": "MEMORY_LIMIT", "displayName": "Memory limit", "description": "Maximum amount of memory the Node.js container can use", - "value": "128Mi" + "value": "512Mi" }, { "name": "MEMORY_MONGODB_LIMIT", "displayName": "Memory limit", "description": "Maximum amount of memory the MongoDB container can use", - "value": "384Mi" + "value": "512Mi" }, { "name": "SOURCE_REPOSITORY_URL", diff --git a/openshift/templates/nodejs.json b/openshift/templates/nodejs.json index 8bd9982..ef36a88 100644 --- a/openshift/templates/nodejs.json +++ b/openshift/templates/nodejs.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",