mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 12:31:04 +00:00
runtime-rs: configuration-dragonball.toml.in: Add config for balloon
Add enable_balloon_f_reporting config to configuration-dragonball.toml.in. Signed-off-by: Hui Zhu <teawater@antgroup.com>
This commit is contained in:
parent
9c1b5238b3
commit
447a7feccf
@ -98,6 +98,12 @@ default_maxvcpus = @DEFMAXVCPUS_DB@
|
||||
# > 5 --> will be set to 5
|
||||
default_bridges = @DEFBRIDGES@
|
||||
|
||||
# Enable balloon f_reporting, default false
|
||||
# Enabling this will result in the VM balloon device having f_reporting=on set
|
||||
#
|
||||
# Default false
|
||||
#enable_balloon_f_reporting = true
|
||||
|
||||
# Default memory size in MiB for SB/VM.
|
||||
# If unspecified then it will be set @DEFMEMSZ@ MiB.
|
||||
default_memory = @DEFMEMSZ@
|
||||
|
Loading…
Reference in New Issue
Block a user