Give MC server more memory, add a desktop package

This commit is contained in:
Salt 2020-04-21 08:17:35 -05:00
parent f1122f3640
commit 579445a4b7
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@
- fastboot
- ffmpeg
- git
- lua-check # I am good ComputerCraft guy
- network-manager-openvpn
- openjdk-8-jre # For Minecraft
- pwgen

View File

@ -22,7 +22,7 @@ ProtectKernelModules=true
# Implies MountAPIVFS=yes
ProtectControlGroups=true
ExecStart=/bin/sh -c '/usr/bin/screen -DmS mc-%i /usr/bin/java -Xms512M -Xmx2048M -jar server.jar nogui'
ExecStart=/bin/sh -c '/usr/bin/screen -DmS mc-%i /usr/bin/java -Xms512M -Xmx3072M -jar server.jar nogui'
ExecReload=/usr/bin/screen -p 0 -S mc-%i -X eval 'stuff "reload"\\015'