containerd / containerd/nerdctl
/usr/bin/nerdctl _NERDCTL_INTERNAL_LOGGING process consumes lots of file description
- Dominant language
- Go
- Stars
- 10.4k
- Forks
- 826
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 44
Description
### What is the problem you're trying to solve
reduce the number of file descriptors used by _NERDCTL_INTERNAL_LOGGING
### Describe the solution you'd like
add a cmd to forbid delpoy process _NERDCTL_INTERNAL_LOGGING
### Additional context
hello, there is a question about process _NERDCTL_INTERNAL_LOGGING
from my searching, the process is used to pull logs from containers.
but the process will consume lots of fd.
if I deploy 700 containers in a machine, the process will consume 23w+ fd, contanerd-shim consume 38w+ fd
compared with ctr, deploy 700 containers in a machine, will comsume 49w+ fd
if we dont want to use [nerdctl logs] cmd,cannot we deploy the process _NERDCTL_INTERNAL_LOGGING
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.