diff --git a/assistant/orchestrator.py b/assistant/orchestrator.py index 072f5c4d..da2bccd3 100644 --- a/assistant/orchestrator.py +++ b/assistant/orchestrator.py @@ -27,7 +27,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'],