summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-07-09 16:51:31 +0000
committerLars Wirzenius <liw@liw.fi>2023-07-09 16:51:31 +0000
commit3ec15d35935c5b3d659665d68686cc723da86b12 (patch)
treeb1d0388a6d550a3673377ce5f96ee2d5bfda8643
parent0644a771a398ec403816da382ca00a81782bb93f (diff)
parent7bed07b0423b2c1e06ec7bd6fb7c41e736846d4c (diff)
downloadambient-ci-3ec15d35935c5b3d659665d68686cc723da86b12.tar.gz
Merge branch 'resources' into 'main'
feat: give VM more resources See merge request larswirzenius/ambient-ci!27
-rwxr-xr-xambient-run4
1 files changed, 3 insertions, 1 deletions
diff --git a/ambient-run b/ambient-run
index d812232..bd277f9 100755
--- a/ambient-run
+++ b/ambient-run
@@ -128,7 +128,9 @@ def main():
argv = [
"kvm",
"-m",
- "4096",
+ "16384",
+ "-smp",
+ "cpus=4",
"-drive",
f"if=pflash,format=raw,unit=0,file={OVMF_FD},readonly=on",
"-drive",