danlorlg

Members
  • Posts

    2
  • Joined

  • Last visited

danlorlg's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Just load the server manually. I would recommend letting the devs and maintainers get this figured out instead of running rm commands and setting up new pointers. To load minecraft: load your docker console for your minecraft server. cd to /config/minecraft then run: /usr/lib/jvm/java-16-openjdk/bin/java -Xms1G -Xmx1G -jar ./minecraft_server.jar you could always create a single line sh script as well.
  2. I'm in the middle of moving to a dual socket system, but unraid does not appear to detect the second CPU. checking for resources in terminal shows up everything as expected. I have heard of other setting up dual socket systems, so I never thought there we anything special I needed to do. Anyone else run across this?