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