containerd / containerd/nerdctl

/usr/bin/nerdctl _NERDCTL_INTERNAL_LOGGING process consumes lots of file description

Open
#2,441 4 comments 0 reactions 0 assignees View on GitHub
area/logging question status/needs-more-information
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.