From 7ffc4c238929706a0370f737706044f591dc5b78 Mon Sep 17 00:00:00 2001 From: wizzdom Date: Wed, 11 Dec 2024 15:58:52 +0000 Subject: [PATCH] minecraft/vanilla: increase memory --- 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"