From 091bf8a66e9fce0bdeebb0b2e6cfd6e7fdd187cc Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sat, 30 Nov 2024 08:35:49 -0500 Subject: [PATCH] Update resources in hoarder.json --- json/hoarder.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/hoarder.json b/json/hoarder.json index fd99c5a8..87c7e556 100644 --- a/json/hoarder.json +++ b/json/hoarder.json @@ -18,9 +18,9 @@ "type": "default", "script": "/ct/hoarder.sh", "resources": { - "cpu": 4, + "cpu": 2, "ram": 4096, - "hdd": 10, + "hdd": 8, "os": "Debian", "version": "12" } @@ -31,4 +31,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +}