pigmonkey / spark

Arch Linux Provisioning with Ansible
The Unlicense
389 stars 113 forks source link

Add tool for preventing OOM (out of memory) #111

Closed petRUShka closed 1 year ago

petRUShka commented 1 year ago

As it stated in nohang README:

OOM conditions may cause freezes, livelocks, drop caches and processes to be killed (via sending SIGKILL) instead of trying to terminate them correctly (via sending SIGTERM or takes other corrective action). Some applications may crash if it's impossible to allocate memory.

So it is very convinient to have one in playbook.

There are several options mentioned in nohang README.

May be nohang itself is a good option.