From 08f8083d53d71eec54e50eee6a8e1ea96e464721 Mon Sep 17 00:00:00 2001 From: okx-code Date: Wed, 24 Jun 2026 00:57:59 +0100 Subject: [PATCH] increase memory --- ansible/variables/settings.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ansible/variables/settings.yml b/ansible/variables/settings.yml index 4a7f533d1..820948e8f 100644 --- a/ansible/variables/settings.yml +++ b/ansible/variables/settings.yml @@ -18,8 +18,8 @@ settings: memory_limit: 48G pvp_memory: 11G pvp_memory_limit: 14G - zorweth_memory: 16G - zorweth_memory_limit: 20G + zorweth_memory: 20G + zorweth_memory_limit: 24G # Optional Stacks auth: enabled: false @@ -47,12 +47,12 @@ settings: resources: <<: *default_minecraft_resources soft_max_memory: 2G - memory: 3G - memory_limit: 5G + memory: 4G + memory_limit: 6G pvp_memory: 3G pvp_memory_limit: 5G - zorweth_memory: 3G - zorweth_memory_limit: 5G + zorweth_memory: 4G + zorweth_memory_limit: 6G auth: enabled: true # TODO: MOVE maven: