From 3eb8ea8d374bf910bb1fdb417eef63c5984b4e44 Mon Sep 17 00:00:00 2001 From: rosalina Date: Wed, 29 Nov 2023 09:55:49 -0500 Subject: [PATCH] 4gb memory --- assistant/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/orchestrator.py b/assistant/orchestrator.py index 811b6a3c..7b0dd068 100644 --- a/assistant/orchestrator.py +++ b/assistant/orchestrator.py @@ -26,7 +26,7 @@ def schedule_machine(thread: Thread): 'guest': { 'cpu_kind': 'performance', 'cpus': 1, - 'memory_mb': 1024 * 3, + 'memory_mb': 1024 * 4, }, 'init': { 'cmd': ['python', './assistant/runner.py'],