We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68de36e commit e923bd5Copy full SHA for e923bd5
start.sh
@@ -5,4 +5,4 @@
5
echo "Starting Minecraft server. To view window type screen -r minecraft."
6
echo "To minimize the window and let the server run in the background, press Ctrl+A then Ctrl+D"
7
cd /home/pi/minecraft/
8
-/usr/bin/screen -dmS minecraft /usr/lib/jvm/java-8-openjdk-armhf/bin/java -jar -Xms800M -Xmx800M /home/pi/minecraft/paperclip.jar
+/usr/bin/screen -dmS minecraft /usr/lib/jvm/java-8-openjdk-armhf/bin/java -jar /home/pi/minecraft/paperclip.jar
0 commit comments