You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change update the OpenJDK documentation to reflect that there are
now three platorms and therefore are three listings to inspect for
versions.
[#57290246]
Copy file name to clipboardExpand all lines: docs/jre-openjdk.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The JRE can be configured by modifying the [`config/openjdk.yml`][] file. The J
19
19
| Name | Description
20
20
| ---- | -----------
21
21
| `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 [this listing][].
22
+
| `version` | The version of Java runtime to use. Candidate versions can be found in the listings for [lucid][], [mountainlion][], and [precise][].
23
23
| `memory_sizes` | Optional memory sizes, described below under "Memory".
24
24
| `memory_heuristics` | Default memory size proportions, described below under "Default Memory Sizes".
25
25
@@ -42,9 +42,12 @@ If a memory size is specified which is not equal to the default value, the other
42
42
43
43
The default memory size proportions are configured in the `memory_heuristics` mapping of [`config/openjdk.yml`][]. Each memory size is given a weighting between `0` and `1` corresponding to a proportion of the total memory specified when the application was pushed. The weightings should add up to `1`.
44
44
45
-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
45
+
46
46
[`config/openjdk.yml`]: ../config/openjdk.yml
47
+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
0 commit comments