[pve-devel] [PATCH] auto balloning with mom algorithm implementation

Dietmar Maurer dietmar at proxmox.com
Mon Dec 10 14:11:02 CET 2012


> +# Don't change a guest's memory by more than this percent of total
> memory
> +my $max_balloon_change_percent = 0.5;

An absolute value would make more sense here (for example max. 1MB/s)?

> +
> +# Only ballooning operations that change the balloon by this percentage
> +# of current guest memory should be undertaken to avoid overhead
> +my $min_balloon_change_percent = 0.0025;

Same here (absolute value?)





More information about the pve-devel mailing list