Recently I upgraded my ubuntu from 21.10 to 22.04, system works well after upgraded, but something went wrong when I run the python script, it works well on exsiting system 21.10, but didn't work on new one, BTW, it would take more swap space... when application starts, serveral times later, after it takes the swap space, the application exited automatically, I don't know what happen without any warnings, so how can I find something, or could you tell how to troubleshoot any possible reason... thanks.
Asked
Active
Viewed 816 times
1 Answers
2
Follow the @guiverc's advice, I tried to disable systemd-oomd, it works well for me, here is the link how to disable the service:
How do I disable the systemd OOM process killer in Ubuntu 22.04?
Johnnie Yin
- 31