Skip to content

Sudden high CPU load #4989

Discussion options

You must be logged in to vote

Claude helped me. It was the docker proxy probably.

These two steps fixed the issue:

# Edit /etc/docker/daemon.json
{
  "userland-proxy": false,
  "iptables": true
}
# Add to /etc/security/limits.conf
*         soft    nofile      65535
*         hard    nofile      65535

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tony-MF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant