summaryrefslogtreecommitdiff
path: root/games-server/minecraft-server/files/minecraft-server.confd
blob: 700498e5aead357e9bf230449e6e9fa6ddca6e5a (plain)
1
2
3
4
5
6
7
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# Java options for your started server
# You should at least define some memory settings (-Xms, -Xmx),
# for maximum memory, as the java default is far to low for Minecraft
MINECRAFT_OPTS="-Xms1024m -Xmx1024m"