--worker_max_instances=<[name=]value, where value is an integer, or a keyword ("auto", "HOST_CPUS", "HOST_RAM"), optionally followed by an operation ([-|*]<float>) eg. "auto", "HOST_CPUS*.5">
How many instances of each kind of persistent worker may be launched if you
use the 'worker' strategy. May be specified as [name=value] to give a
different value per mnemonic. The limit is based on worker keys, which are
differentiated based on mnemonic, but also on startup flags and
environment, so there can in some cases be more workers per mnemonic than
this flag specifies. Takes an integer, or a keyword ("auto", "HOST_CPUS",
"HOST_RAM"), optionally followed by an operation ([-|*]<float>) eg. "auto",
"HOST_CPUS*.5". 'auto' calculates a reasonable default based on machine
capacity. "=value" sets a default for unspecified mnemonics.