mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #986] Zombie process created every minute #690
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#690
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 @SShah7433 on GitHub (Dec 19, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/986
🐞 Describe the bug
Every minute, a new zombie process is created while running ntfy server.
💻 Components impacted
ntfy server
💡 Screenshots and/or logs
🔮 Additional context
Running in docker
Image ID:
4c878c400806Docker Version:
Docker version 24.0.6, build ed223bcLinux Info (uname):
Linux server-home 5.15.0-83-generic #92-Ubuntu SMP Mon Aug 14 09:30:42 UTC 2023 x86_64 x86_64 x86_64 GNU/LinuxOS Info:
Ubuntu 22.04.3 LTS@Knocks83 commented on GitHub (Jan 8, 2024):
I have this issue too, ntfy running in a Docker container keeps creating zombie processes.
I'm having this issue on two different servers:
Server1:
Image ID:
4c878c400806Docker Version:
Docker version 24.0.7, build afdd53bUname:
Linux basilisk 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/LinuxUbuntu release:
Ubuntu 22.04.3 LTSServer2:
Image ID:
ff7cdd4539dd(not updated)Docker Version:
Docker version 24.0.7, build afdd53bUname:
Linux hp-t620 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/LinuxUbuntu release:
Ubuntu 22.04.3 LTS@Ch-Fr commented on GitHub (Jan 19, 2024):
I observed the same problem:
ImageID: 4c878c400806
Docker Version: 24.0.7, build afdd53b
Linux: Linux het1 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu release: Ubuntu 22.04.3 LTS
@hemant6488 commented on GitHub (Feb 16, 2024):
Just wanted to share that I ran into the same issue where
htopandtopwere super slow because of these zombie processes. Turns out, turning off the health checks for Docker container did the trick for me.@bonswouar commented on GitHub (Mar 27, 2024):
Adding init option fixed the issue for me