Actions
Issue #8992
closedMemory usage when destroy repository; The memory leaks?
Status:
CLOSED - DUPLICATE
Priority:
Low
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
OS:
CentOS 7
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 111
Quarter:
Q4-2021
Description
Ticket moved to GitHub: "pulp/pulp_rpm/2280":https://github.com/pulp/pulp_rpm/issues/2280
When i try to destroy one of repositories, pulp (RQ basically) are using more 3G RAM and crashed by OOM-Killer
Jun 30 06:59:16 *** kernel: Out of memory: Kill process 81458 (rq) score 493 or sacrifice child
Jun 30 06:59:16 *** kernel: Killed process 81458 (rq), UID 1002, total-vm:4434448kB, anon-rss:3936104kB, file-rss:0kB, shmem-rss:0kB
State before on my node:
# free -h
total used free shared buff/cache available
Mem: 7.6G 1.5G 3.6G 2.2G 2.6G 3.7G
Swap: 0B 0B 0B
"versions": [
{
"component": "core",
"version": "3.13.0"
},
{
"component": "rpm",
"version": "3.13.0"
},
{
"component": "python",
"version": "3.4.0"
},
{
"component": "file",
"version": "1.8.0"
},
{
"component": "deb",
"version": "2.13.0"
},
{
"component": "container",
"version": "2.6.0"
}
],
Files
Actions