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