dcavalca / rpms / qemu

Forked from rpms/qemu 10 months ago
Clone

Blame 95-kvm-memlock.conf

d19693
# The KVM HV implementation on Power can require a significant amount
d19693
# of unswappable memory (about half of which also needs to be host
d19693
# physically contiguous) to hold the guest's Hash Page Table (HPT) -
d19693
# roughly 1/64th of the guest's RAM size, minimum 16MiB.
d19693
#
d19693
# These limits allow unprivileged users to start smallish VMs, such as
d19693
# those used by libguestfs.
d19693
#
d19693
# https://bugzilla.redhat.com/show_bug.cgi?id=1293024
d19693
#
d19693
*	hard	memlock		65536
d19693
*	soft	memlock		65536