qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 0/6] net/tap: Fix QEMU frozen issue when the maximum numbe


From: Michael Tokarev
Subject: Re: [PATCH v4 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
Date: Thu, 29 Jun 2023 11:33:29 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

28.06.2023 18:27, Bin Meng wrote:

Current codes using a brute-force traversal of all file descriptors
do not scale on a system where the maximum number of file descriptors
is set to a very large value (e.g.: in a Docker container of Manjaro
distribution it is set to 1073741816). QEMU just looks frozen during
start-up.

So, the same question as before. *Why* do we close all filedescriptors
to begin with?

Thanks,

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]