We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412ace8 commit 1576e2aCopy full SHA for 1576e2a
1 file changed
README.md
@@ -11,10 +11,12 @@ Build Status:
11
12
#### Running on Cloud Foundry
13
14
-https://github.com/cloudfoundry/java-buildpack/issues/174
+**Demo Deployment**: http://devnexus.cfapps.io/
15
16
-cf set-env my_app JBP_CONFIG_OPEN_JDK_JRE ‘[memory_heuristics: {metaspace: 128}, memory_sizes: {metaspace: 96m..}]’
17
-cf restage my_app
+Mind the Java 8 meta space: https://github.com/cloudfoundry/java-buildpack/issues/174
+
18
+ $ cf set-env my_app JBP_CONFIG_OPEN_JDK_JRE ‘[memory_heuristics: {metaspace: 128}, memory_sizes: {metaspace: 96m..}]’
19
+ $ cf restage my_app
20
21
#### Running Postgres on Mac
22
0 commit comments