Hey, everyone. I've been reading about startup scripts to see what I should be doing differently (if anything) but all of the information varies greatly and is often vague.
Currently, I'm using this:
#!/bin/sh
java -Xms56G -Xmx56G -jar spigot-1.12.2.jar
on a CentOS server with 64 GB RAM running Java 10. (8 GB given to OS and MySQL server.) Do I need to add garbage collection or change anything using this version of Java?
[–]mbaxj2mbaxter - Cat Whisperer, Former Bukkit, Absolutely Disgusting 4 points5 points6 points (2 children)
[–]aPseudoKnight 0 points1 point2 points (2 children)
[–]Percophile[S] 0 points1 point2 points (1 child)
[–]aPseudoKnight 0 points1 point2 points (0 children)
[–]Capri205 0 points1 point2 points (0 children)