mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
agent: add host.reserved.mem.mb parameter documentation (#3016)
Document "host.reserved.mem.mb" parameter in agent.properties.
This commit is contained in:
parent
44c080da11
commit
df173859d7
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user