blob: 3a6f24a7b0c66fcbbd5dc0c226f75b2c4591682d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
|