Issue #8992
Updated by pulpbot almost 3 years ago
**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 ~~~ c 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: ~~~ c # 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 ~~~ ~~~ c "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" } ], ~~~