Skip to content

Commit e923bd5

Browse files
authored
Removed memory configuration
This makes the basic configuration even more simple and compatible with the Raspberry Pi 4
1 parent 68de36e commit e923bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
echo "Starting Minecraft server. To view window type screen -r minecraft."
66
echo "To minimize the window and let the server run in the background, press Ctrl+A then Ctrl+D"
77
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
8+
/usr/bin/screen -dmS minecraft /usr/lib/jvm/java-8-openjdk-armhf/bin/java -jar /home/pi/minecraft/paperclip.jar

0 commit comments

Comments
 (0)