Skip to content

Commit

Permalink
4gb memory
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace authored Nov 29, 2023
1 parent 2f1453d commit 3eb8ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 3eb8ea8

Please sign in to comment.