Increase memory limit of frontend-controller in our guestbook example.

This commit is contained in:
Dawn Chen 2014-10-22 11:07:20 -07:00
parent a596a5e1be
commit 072209c949
1 changed files with 1 additions and 1 deletions

View File

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