SwordArMor-gentoo-overlay/games-server/minecraft-server/files/minecraft-server.confd-r1
Alarig Le Lay 05ea8dedf6
games-server/minecraft-server: Version bump to 1.16.3
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2020-09-10 21:35:21 +02:00

13 lines
528 B
Plaintext

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Dtach options, which will used, when the `attach` extra command is called.
# By default, CTRL+D is used, and no redraw is done,
# when you want to detach from the attached console.
DTACH_OPTS="-e '^D' -r none"
# 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"