Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 29, 2023
2 parents d44ad1f + 3eb8ea8 commit f77ae23
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 @@ -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'],
Expand Down

0 comments on commit f77ae23

Please sign in to comment.