blob: 7dd02925c015a07bbeb8477637e50744034f9d01 (
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
|