VirtualTam's bookmarks
10 bookmarks found
Page 1 of 1
-
PaperMC – The High Performance Spigot Fork
2020-03-14 - https://github.com/PaperMC/Paper
- https://paper.readthedocs.io/en/latest/
- https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/
- https://www.reddit.com/r/admincraft/comments/93ble5/what_is_paper_spigot_and_why_you_should_use_it/
- https://www.spigotmc.org/threads/spigot-vs-paperspigot-whats-the-difference.92288/
-
OpenJ9 - Low memory footprint OpenJDK build
2017-10-05 -
To import a certificate to a Java keystore:
$ keytool -import -alias <alias> -file <file>.crt -keystore <keystore>
Example (Linux w/ OpenJDK 7):
$ /usr/lib/jvm/java-7-openjdk-amd64/bin/keytool -import -alias <alias> -file <file>.crt -keystore /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/cacerts
Page 1 of 1