My application is hitting a pressure limit triggering OOM and closing the terminal. The pressure limit in the message says it is over the 50% threshold for too long. I tried changing it /etc/systemd/oomd.conf. That file had examples of what looked like the perfect fix. I removed the comment and changed the value to fit my needs which didn’t change the results.
This is a fresh install of 22.04lts with updates. I can fix the problem by disabling systemd-oomd. The problem is also fixed by running the app in tmux.
I would like to properly adjust the pressure limit so that the oomd is still running. Can you guide me?
Thanks