lower memory limit

This commit is contained in:
2021-03-29 10:44:00 -04:00
parent b95ab2d828
commit c19eceb29a
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ begin
qemu = spawn qemu_path,
"-drive", "file=#{base_path}/hdd.img,format=qcow2",
"-cpu", "pentium3,enforce",
"-m", "128",
"-m", "96",
"-net", "none",
"-serial", "none",
"-parallel", "none",