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