From 0c31f437894e5eaa63cf7a8585086406505ebafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Fri, 27 Dec 2024 16:42:18 +0100 Subject: [PATCH] Updated documentation based on RAM increase (#1035) https://github.com/community-scripts/ProxmoxVE/commit/0f2e49fbeb300861faae99ebacdbb75ec7f8b87e --- json/sabnzbd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/sabnzbd.json b/json/sabnzbd.json index 003f5d8f..ae6ebf43 100644 --- a/json/sabnzbd.json +++ b/json/sabnzbd.json @@ -19,7 +19,7 @@ "script": "ct/sabnzbd.sh", "resources": { "cpu": 2, - "ram": 2048, + "ram": 4096, "hdd": 8, "os": "debian", "version": "12" @@ -31,4 +31,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +}