]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update default of QemuMem in mkosi.md
authorNils K <24257556+septatrix@users.noreply.github.com>
Mon, 20 Nov 2023 01:27:36 +0000 (02:27 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 20 Nov 2023 06:24:29 +0000 (07:24 +0100)
The default changed to 2G a while ago though the docs still referred to the old value of 1G.

mkosi/resources/mkosi.md

index 8ed5b4eac848c6fe88e75a8ad7564dbdd2697203..3d38b996f8c542f9a8394f4da12535f4fd84372d 100644 (file)
@@ -1213,7 +1213,7 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
 `QemuMem=`, `--qemu-mem=`
 
 : When used with the `qemu` verb, this options sets `qemu`'s `-m`
-  argument which controls the amount of guest's RAM. Defaults to `1G`.
+  argument which controls the amount of guest's RAM. Defaults to `2G`.
 
 `QemuKvm=`, `--qemu-kvm=`