cinder-backup uses surprisingly high memory
Bug #1908805 reported by
norman shen
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Triaged
|
Medium
|
Unassigned |
Bug Description
In one of our production env, I saw cinder-backup uses around 4G of rss memory, which is surprising because cinder-backup daemon is pretty idle during the time I check the metrics.
```console
# ps -eo pid,comm,rss --sort -rss
PID COMMAND RSS
53650 mysqld 5784744
1683253 beam.smp 4097472
30189 cinder-backup 3058148
```
The cinder-backup version is rocky and deployed in a k8s cluster. there are 3 cinder backup service deployed.
tags: | added: backup-service |
Changed in cinder: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
Any advices on how to find out what is actually using those memory? Current solution is still rebooting cinder-backup service.