Skip to content

Commit

Permalink
specify java heap size, use unchanging buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis committed Mar 7, 2017
1 parent 01cc0a6 commit 8b6c0ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/manifest.yml
Expand Up @@ -8,5 +8,7 @@ applications:
disk_quota: 1024M
services:
- availability-monitoring-auto
buildpack: https://github.com/cloudfoundry/java-buildpack.git
buildpack: https://github.com/fmoloney/java-buildpack.git
stack: cflinuxfs2
env:
JAVA_OPTS: -Xms128m -Xmx512m

0 comments on commit 8b6c0ab

Please sign in to comment.