Any2HRTF / Mesh2HRTF

Open software for the numerical calculation of head-related transfer functions
European Union Public License 1.2
113 stars 16 forks source link

Handle max RAM load more explicitly #100

Closed chris-hld closed 1 year ago

chris-hld commented 1 year ago

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.

f-brinkmann commented 1 year ago

closed in favor of #101