File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2222repository_root : " "
23- version : 1.7 .0_+
23+ version : 1.8 .0_+
2424memory_sizes :
25- # metaspace: 64m..
26- permgen : 64m..
25+ metaspace : 64m..
26+ # permgen: 64m..
2727memory_heuristics :
2828 heap : 75
29- # metaspace: 10
30- permgen : 10
29+ metaspace : 10
30+ # permgen: 10
3131 stack : 5
3232 native : 10
You can’t perform that action at this time.
0 commit comments