a few questions
lele92007 opened this issue · 5 comments
lele92007 commented
- minecraft 1.16.5 (with mods) and older only support up to java 8, do you have any specific recommendations for this version ?
- do you have flags recommendations for clients ?
- i remember reading something about "large pages" on aikar's site, did you take that into account when saying to avoid using more than 20 gigs ?
etil2jz commented
- Minecraft 1.16.5 can actually support higher Java versions by adding
--add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming --add-opens=java.base/java.util.jar=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
in Java flags. - The same flags should work fine with clients.
- Large Pages is useful with Shenandoah GC, the 20GB maximum concerns G1 GC.
lele92007 commented
thx
lele92007 commented
lele92007 commented
another question, i am using linux on a laptop with an i3 5th gen, and the packet manager installed the amd64 version of java, but the x64 adoptium worked fine.
is there a difference between the twos, and should i prefer one over the other ?
etil2jz commented
amd64 is x64