Skip to content

Commit

Permalink
Updated default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas AGIUS committed Jul 26, 2011
1 parent 510a501 commit d59bc51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/config/xenballoond.conf
Expand Up @@ -93,21 +93,21 @@ maxmem_file = /var/run/xenballoon-maxmem
#
# If xenbus is enabled, whether selfballooning or directed ballooning,
# place the content of /proc/meminfo on xenbus at memory/meminfo
send_meminfo = true
send_meminfo = false

## Type: boolean
## Default: true
#
# If xenbus is enabled, whether selfballooning or directed ballooning,
# place the content of /proc/vmstat on xenbus at memory/vmstat
send_vmstat = true
send_vmstat = false

## Type: boolean
## Default: true
#
# If xenbus is enabled, whether selfballooning or directed ballooning,
# place the content of /proc/uptime on xenbus at memory/uptime
send_uptime = true
send_uptime = false

## Type: boolean
## Default: False
Expand Down Expand Up @@ -158,5 +158,5 @@ send_preswap = false
#
# If xenbus is enabled, place the result of 'cat /proc/loadavg' and
# cat /proc/stats on xenbus at cpu_stats
send_cpustat = true
send_cpustat = false

0 comments on commit d59bc51

Please sign in to comment.