Merge pull request #1962 from dchen1107/fix

Increase memory limit of frontend-controller in our guestbook example.
This commit is contained in:
Joe Beda 2014-10-22 13:13:19 -07:00
commit fdb7731de3

View File

@ -14,7 +14,7 @@
"name": "php-redis",
"image": "brendanburns/php-redis",
"cpu": 100,
"memory": 10000000,
"memory": 50000000,
"ports": [{"containerPort": 80, "hostPort": 8000}]
}]
}