Spawns new processes as long as max_ram_load is not reached.
More consistent with max_cpu_load parameter.
For example, if 750GB am RAM are installed, and max_ram_load is specified as 500GB, it will only start a new instance if the currently available RAM is more than 250GB.
This makes it possible to run on large computing units, where we should leave a certain available RAM for others.
Spawns new processes as long as
max_ram_load
is not reached. More consistent withmax_cpu_load
parameter.For example, if 750GB am RAM are installed, and
max_ram_load
is specified as 500GB, it will only start a new instance if the currently available RAM is more than 250GB.This makes it possible to run on large computing units, where we should leave a certain available RAM for others.