diff options
author | Richard Braun <rbraun@sceen.net> | 2017-04-06 00:38:14 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-04-06 00:38:14 +0200 |
commit | 0da895c489144cdd59849d6cca28f29e7cb2ad24 (patch) | |
tree | a3ea176f00bdb48d7a954dd58b39aac8c4d96f22 | |
parent | 4ac24d88b35c53480e9495e0f69487d9210f8519 (diff) |
tools/qemu.sh: reduce default memory size
-rwxr-xr-x | tools/qemu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qemu.sh b/tools/qemu.sh index 7fd8c06e..8de129a1 100755 --- a/tools/qemu.sh +++ b/tools/qemu.sh @@ -1,7 +1,7 @@ #!/bin/sh # Amount of physical memory -RAM=8192 +RAM=1024 # Number of processors. Keep this below the number of physical processors # because the kernel doesn't replace spinning with sleeping from within |