Skip to content

Commit

Permalink
CF has been crashy with buildpacks. Specified which one to use.
Browse files Browse the repository at this point in the history
  • Loading branch information
abyala committed Sep 30, 2019
1 parent ad4b5cd commit 2834b79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ applications:
# random-route: true
env:
JAVA_OPTS: '-Xmx192m -XX:MaxMetaspaceSize=128m'

# I don't know why I need to do this, but it won't deploy anymore without it. 2019-09-30.
# [ERR] [Buildpack] ERROR Detect failed with exception #<RuntimeError: Jvmkill Agent error: Unable to find cached file for https://java-buildpack.cloudfoundry.org/jvmkill/trusty/x86_64/index.yml>
# 2019-09-30T18:12:41.317-05:00 [STG/0] [ERR] Jvmkill Agent error: Unable to find cached file for https://java-buildpack.cloudfoundry.org/jvmkill/trusty/x86_64/index.yml
# 2019-09-30T18:12:41.862-05:00 [STG/0] [ERR] None of the buildpacks detected a compatible application
buildpacks:
- https://github.com/cloudfoundry/java-buildpack.git

0 comments on commit 2834b79

Please sign in to comment.