From 34030ec869cd95287587136f39f220b677d76b73 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 25 May 2025 19:33:28 +0200 Subject: Add post --- _posts/2025-05-25-cpu-usage-problems-again.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _posts/2025-05-25-cpu-usage-problems-again.md diff --git a/_posts/2025-05-25-cpu-usage-problems-again.md b/_posts/2025-05-25-cpu-usage-problems-again.md new file mode 100644 index 0000000..beb905a --- /dev/null +++ b/_posts/2025-05-25-cpu-usage-problems-again.md @@ -0,0 +1,16 @@ +--- +layout: post +title: CPU usage problems on my VPS again +date: 2025-05-25 19:29 +0200 +lang: en +categories: tech +--- + +As reported previously, I had problems with the CPU usage on my VPS +again, even after namespace isolation. This time, it was dnsmasq causing the +loadavg to rise. "This is a problem for future me to solve properly", is the +motto. For the time being, I simply added a service restart when I detect a high +loadavg. Works well enough. I'll keep monitoring it to see if this occurs more +than once a week or so. + -- cgit v1.2.3