Closed
Description
From some time, we faced with 100% cpu usage on server with posgres:13 image used, it goes from this process
in top we have:
29153 999 20 0 515548 264328 0 S 92.4 52.9 3:25.10 kdevtmpfsi
it comes from postgres process:
ps -ef|grep 29153
999 29153 28324 97 10:20 ? 00:08:15 /tmp/kdevtmpfsi
ps -ef|grep 28324
999 28324 28307 0 10:09 ? 00:00:00 postgres
Looks like the same issue as redis redis/docker-library-redis#217
also described here https://stackoverflow.com/questions/60151640/kdevtmpfsi-using-the-entire-cpu
Metadata
Metadata
Assignees
Labels
No labels