summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2025-05-25 19:33:28 +0200
committeruvok cheetah2025-05-25 19:33:46 +0200
commit34030ec869cd95287587136f39f220b677d76b73 (patch)
tree426fc17ed03ead4c296728a7b72df1101760c32f
parent0c92ebf5c64c0b156336d88593e190e84ee05084 (diff)
Add postHEADmaster
-rw-r--r--_posts/2025-05-25-cpu-usage-problems-again.md16
1 files changed, 16 insertions, 0 deletions
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
+---
+
+<a href="{% post_url 2025-02-02-dn42-put-it-in-a-box-linux-network-namespace
+%}">As reported previously</a>, 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.
+