Skip to content

Commit bda9e51

Browse files
committed
Merge branch 'cgfrost-70715740-upgrade-to-java-8'
2 parents 7fc3733 + de8e521 commit bda9e51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/oracle_jre.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
# limitations under the License.
1515

1616
# Configuration for JRE repositories keyed by vendor
17-
# From Java 1.8 onwards, metaspace should be used instead of permgen. Please see the documentation for more detail.
17+
# Pre Java 1.8, permgen was used instead of metaspace. Please see the documentation for more detail.
1818
---
1919
# You must specify a the repository root of an Oracle JRE repository. Please see the documentation for more detail.
2020
# e.g. repository_root: "http://example.com/oracle-jre/{platform}/{architecture}"
2121

2222
repository_root: ""
23-
version: 1.7.0_+
23+
version: 1.8.0_+
2424
memory_sizes:
25-
# metaspace: 64m..
26-
permgen: 64m..
25+
metaspace: 64m..
26+
# permgen: 64m..
2727
memory_heuristics:
2828
heap: 75
29-
# metaspace: 10
30-
permgen: 10
29+
metaspace: 10
30+
# permgen: 10
3131
stack: 5
3232
native: 10

0 commit comments

Comments
 (0)