From ea5ed7a63c160a9644ce80ac2485a4d0cc979c62 Mon Sep 17 00:00:00 2001 From: okx-code Date: Sun, 17 Aug 2025 03:00:51 +0100 Subject: [PATCH] reduce memory --- ansible/variables/settings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/variables/settings.yml b/ansible/variables/settings.yml index b05003190..9e89ebd4d 100644 --- a/ansible/variables/settings.yml +++ b/ansible/variables/settings.yml @@ -41,10 +41,10 @@ settings: hostname: 'test.civmc.net' resources: <<: *default_minecraft_resources - memory: 6G - memory_limit: 8G - pvp_memory: 7G - pvp_memory_limit: 9G + memory: 4G + memory_limit: 6G + pvp_memory: 4G + pvp_memory_limit: 6G auth: enabled: true # TODO: MOVE maven: