From 3603228ad65e252c39173043043bafcffbd1ac03 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:01:48 +0100 Subject: [PATCH] Increase RAM allocation from 1024MB to 2048MB --- frontend/public/json/domain-locker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/domain-locker.json b/frontend/public/json/domain-locker.json index 656b3e6b4..5e71b5051 100644 --- a/frontend/public/json/domain-locker.json +++ b/frontend/public/json/domain-locker.json @@ -20,7 +20,7 @@ "script": "ct/domain-locker.sh", "resources": { "cpu": 1, - "ram": 1024, + "ram": 2048, "hdd": 8, "os": "Debian", "version": "13"