Skip to content

Commit

Permalink
Bump qemu default memory to 2G
Browse files Browse the repository at this point in the history
Bigger initrds require more memory so let's default to using slightly
more memory when running qemu.
  • Loading branch information
DaanDeMeyer committed Feb 24, 2023
1 parent 95479e4 commit 22b2c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ def create_parser() -> ArgumentParserMkosi:
group.add_argument(
"--qemu-mem",
metavar="MEM",
default="1G",
default="2G",
help="Configure guest's RAM size",
)
group.add_argument(
Expand Down

0 comments on commit 22b2c0b

Please sign in to comment.