agent: add host.reserved.mem.mb parameter documentation (#3016)

Document "host.reserved.mem.mb" parameter in agent.properties.
This commit is contained in:
Andrija Panic 2018-11-12 07:10:37 +01:00 committed by Rohit Yadav
parent 44c080da11
commit df173859d7

View File

@ -201,6 +201,13 @@ hypervisor.type=kvm
# reports to the Management Server
# Default: 0
#
# host.reserved.mem.mb = 0
# How much host memory to reserve for non-allocation.
# A useful parameter if a node uses some other software that requires memory,
# or in case that OOM Killer kicks in sometimes.
# If this parameter is used, host.overcommit.mem.mb must be set to 0.
# Default value: 0
#
# vm.watchdog.model=i6300esb
# The model of Watchdog timer to present to the Guest
# For all models refer to the libvirt documentation.