Error: Could not create the Java Virtual Machine. Spigot Minecraft – Debian
i'm trying to install spigot server on debian 10, when i run start.sh: #!/bin/sh while true do java -Xms4G -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 - XX:+UnlockExperimentalVMOptions -$ echo "restarting in 10" sleep 10 done i've got this output: i don't have…