systemd/mkosi.conf.d/05-qemu-mem.conf
Daan De Meyer 9f89c2d420 mkosi: Update to latest
mkosi's match syntax was changed so we update our config files to
use the new match syntax which mimicks the systemd condition syntax.
2023-06-07 15:59:03 +02:00

12 lines
246 B
Plaintext

# SPDX-License-Identifier: LGPL-2.1-or-later
# Arch and CentOS 8 Stream initrds are rather big so we need to give QEMU more memory so the kernel can load
# them without OOMing.
[Match]
Distribution=|arch
Distribution=|centos
[Host]
QemuMem=3G