Merge pull request #36 from gabemontero/moveTo512Mi

bump all template mem limits to 512 Mi
This commit is contained in:
Ben Parees 2016-02-29 22:22:46 -05:00
commit 155485968b
2 changed files with 3 additions and 3 deletions

View file

@ -340,13 +340,13 @@
"name": "MEMORY_LIMIT", "name": "MEMORY_LIMIT",
"displayName": "Memory limit", "displayName": "Memory limit",
"description": "Maximum amount of memory the Node.js container can use", "description": "Maximum amount of memory the Node.js container can use",
"value": "128Mi" "value": "512Mi"
}, },
{ {
"name": "MEMORY_MONGODB_LIMIT", "name": "MEMORY_MONGODB_LIMIT",
"displayName": "Memory limit", "displayName": "Memory limit",
"description": "Maximum amount of memory the MongoDB container can use", "description": "Maximum amount of memory the MongoDB container can use",
"value": "384Mi" "value": "512Mi"
}, },
{ {
"name": "SOURCE_REPOSITORY_URL", "name": "SOURCE_REPOSITORY_URL",

View file

@ -227,7 +227,7 @@
"name": "MEMORY_LIMIT", "name": "MEMORY_LIMIT",
"displayName": "Memory limit", "displayName": "Memory limit",
"description": "Maximum amount of memory the container can use", "description": "Maximum amount of memory the container can use",
"value": "128Mi" "value": "512Mi"
}, },
{ {
"name": "SOURCE_REPOSITORY_URL", "name": "SOURCE_REPOSITORY_URL",