Closed V33m closed 3 months ago
I am closing the issue as it is not related to the healthcheck and the performance has very likely been like this for a long while. Healthcheck is correctly disabled for me as seen below.
sudo docker inspect --format='{{json .State.Health}}' rtorrent
null
Support guidelines
I've found a bug and checked that ...
Description
I became aware of constant CPU spikes in the GluetunVPN container, as highlighted in this issue. This led me to investigate similar behavior in my other Docker containers.
As shown in the logs below, I observe significant CPU spikes every 15 seconds on my ARM server. These spikes do not occur with other containers like Transmission, nor do they occur with Gluetun when I disable the healthcheck.
Expected behaviour
Minimal CPU spikes similar to Transmission container or others
Actual behaviour
Logs using
docker stats
Steps to reproduce
Run
docker stats
and monitor the resource consumptionDocker info
Docker Compose config
Logs
Additional info
Questions: