Linux
Installing minecraft 1.12.2 server on Debian linux (the fast way)
run_mcserver.sh script:
#!/bin/bash
java -Xmx1024M -Xms1024M -jar server.jar –nogui –port 1245
Note: This is for a 2GB ram machine, is generally good to allocate half the ram of your system (if you have 8GB then set Xmx and Xms to 4096M )
Download server 1.12.2 jar file:
my site:
[ad_2]
source