From 6cc0498e10503395db56eec3825976b142edee05 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 21 Nov 2020 11:08:19 +0100 Subject: [PATCH] nodes/htz-cloud.pirmasens: more cpu, more ram --- nodes/htz-cloud/pirmasens.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/htz-cloud/pirmasens.py b/nodes/htz-cloud/pirmasens.py index 6a1e8db..6eea076 100644 --- a/nodes/htz-cloud/pirmasens.py +++ b/nodes/htz-cloud/pirmasens.py @@ -71,8 +71,8 @@ nodes['htz-cloud.pirmasens'] = { }, }, 'vm': { - 'cpu': 1, - 'ram': 2, + 'cpu': 2, + 'ram': 4, }, }, }