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