Skip to content

Commit 16d1c04

Browse files
author
Glyn Normington
committed
Document the need to use metaspace with OpenJDK 1.8
[#60250292]
1 parent eed0779 commit 16d1c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/jre-openjdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The JRE can be configured by modifying the [`config/openjdk.yml`][] file. The J
1919
| Name | Description
2020
| ---- | -----------
2121
| `repository_root` | The URL of the OpenJDK repository index ([details][repositories]).
22-
| `version` | The version of Java runtime to use. Candidate versions can be found in the listings for [centos6][], [lucid][], [mountainlion][], and [precise][].
22+
| `version` | The version of Java runtime to use. Candidate versions can be found in the listings for [centos6][], [lucid][], [mountainlion][], and [precise][]. Note: version 1.8.0 and higher require the `memory_sizes` and `memory_heuristics` mappings to specify `metaspace` rather than `permgen`.
2323
| `memory_sizes` | Optional memory sizes, described below under "Memory".
2424
| `memory_heuristics` | Default memory size weightings, described below under "Default Memory Sizes".
2525

0 commit comments

Comments
 (0)