mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #3325] Modoboa Out of memory: Killed process #1834
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1834
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @draconMo on GitHub (Oct 23, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3325
Impacted versions
vCPU - 3
Ram-2gb
Hello. I encountered the following problem - the RAM was 100% used.
In the logs
root@andreydracon:~# journalctl | grep "Out of"
Oct 22 00:27:58 andreydracon.ru kernel: Out of memory: Killed process 449360 (python) total-vm:197808kB, anon-rss:80352kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:368kB oom_score_adj:0
Oct 22 00:27:58 andreydracon.ru kernel: Out of memory: Killed process 449361 (python) total-vm:202056kB, anon-rss:85128kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:376kB oom_score_adj:0
Oct 22 00:27:58 andreydracon.ru kernel: Out of memory: Killed process 449479 (python) total-vm:224344kB, anon-rss:90404kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:400kB oom_score_adj:0
Do I understand correctly - postgresql fully used all available RAM ?