There are some command line (e.g. --min-memory and --adj-memory for autoballooning, also --networking-model in #20) switches that are better to have also in the configuration file that not introduced yet.
So the idea is to have a configuration file that will set all Default("...") in parameters for kingpin.
There are some command line (e.g.
--min-memoryand--adj-memoryfor autoballooning, also--networking-modelin #20) switches that are better to have also in the configuration file that not introduced yet.So the idea is to have a configuration file that will set all
Default("...")in parameters for kingpin.