Ver código fonte

Increase available memory in Cloud Foundry

Fixes gh-37
Dave Syer 8 anos atrás
pai
commit
3df6963816
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      complete/manifest.yml

+ 1
- 1
complete/manifest.yml Ver arquivo

@@ -1,7 +1,7 @@
1 1
 ---
2 2
 applications:
3 3
 - name: gs-rest-service
4
-  memory: 128M
4
+  memory: 256M
5 5
   instances: 1
6 6
   host: rest-service
7 7
   domain: guides.spring.io