From bb15d1217f4d1973d40dd7092df288f508db95f0 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 26 Jun 2021 06:18:01 +0200 Subject: [PATCH] nodes/home.nas: more ram --- nodes/home/nas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 5006896..689354b 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -259,7 +259,7 @@ nodes['home.nas'] = { }, 'vm': { 'cpu': 8, - 'ram': 16, + 'ram': 32, }, }, }