DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 560] excessive numbers of open file handles kept open
@ 2020-10-19 17:08 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-10-19 17:08 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=560

            Bug ID: 560
           Summary: excessive numbers of open file handles kept open
           Product: DPDK
           Version: 20.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
          Assignee: dev@dpdk.org
          Reporter: stephen@networkplumber.org
  Target Milestone: ---

The DPDK memory management of huge pages leaves many open file handles which
may break applications because of running out file descriptors or use of legacy
API's like select that can only handle 1024 fds.

The root cause is in the hugepage segment handling code.

Example.
# lsof -p PID | grep -c rtemap 
1494

Each fd there is counted twice, once as an fd, and once as an mmap.
So in this case 747 file rtemap files are left open.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-19 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19 17:08 [dpdk-dev] [Bug 560] excessive numbers of open file handles kept open bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).