summaryrefslogtreecommitdiff
path: root/_posts/2025-05-25-cpu-usage-problems-again.md
blob: ab02a70afb1a0e278206a742595d8392a81843ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: post
title: CPU usage problems on my VPS again
date: 2025-05-25 19:29 +0200
lang: en
categories: tech
description: "Just a small rant/report on probelems I have with my server."
---

<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.