From b22f9d8b75a64f7f7e00d09e581b70604d25257b Mon Sep 17 00:00:00 2001 From: wizzdom Date: Thu, 12 Dec 2024 01:50:19 +0000 Subject: [PATCH] minecraft/vanilla: increase memory (#82) --- jobs/games/minecraft/vanilla.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/games/minecraft/vanilla.hcl b/jobs/games/minecraft/vanilla.hcl index 565e7e0..0da5491 100644 --- a/jobs/games/minecraft/vanilla.hcl +++ b/jobs/games/minecraft/vanilla.hcl @@ -50,7 +50,7 @@ job "minecraft-vanilla" { resources { cpu = 5000 # 5000 MHz - memory = 12288 # 12GB + memory = 20480 # 20 GB } template { @@ -60,7 +60,7 @@ TYPE = "PAPER" VERSION = "1.21.1" ICON = "https://docs.redbrick.dcu.ie/assets/logo.png" USE_AIKAR_FLAGS = true -MAX_MEMORY = 11G +MAX_MEMORY = 18G MOTD = "LONG LIVE THE REDBRICK" MAX_PLAYERS = "20" VIEW_DISTANCE = "20"