> > >>baloon: yyyy[,mode=(auto|manual)][,shares=\d+] Maybe we can avoid that clumsy syntax by simply adding a new configuration entry called 'shares', for example: memory: 1024 balloon: 512 shares: 1000 We enable auto-ballooning if shares != 0 That way we do not need to implement an extra parser. What do you think?