From 78498b5a46670933d30b6c4f49cf9198cc9119a5 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 20 May 2021 17:51:50 +0200 Subject: [PATCH] nodes/rx300: a bit less ram --- nodes/rx300.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/rx300.py b/nodes/rx300.py index 31ecb9e..57ee9ca 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -70,7 +70,7 @@ nodes['rx300'] = { }, 'vm': { 'cpu': 32, - 'ram': 378, + 'ram': 256, }, }, }