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