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