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