From 178fc54a0a13454fd7c42ae9c36b22ec7ede2287 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 17 May 2021 14:17:37 -0500 Subject: [PATCH] Tune memory requirements for valhelsia Having issues with it swapping out and have no evidence of it ever GC thrashing --- playbooks/game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/game.yml b/playbooks/game.yml index 19bdb64..d111bd8 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -28,8 +28,8 @@ restart_policy: unless-stopped pull: yes env: - JRE_XMX: 6G - JRE_XMS: 3G + JRE_XMX: 5G + JRE_XMS: 2G FORGE_PACK_ZIP: "https://srv.9iron.club/files/packs/1.16.5-valhelsia/server.zip" ports: - "25565:25565/tcp"