On Tue, Oct 17, 2023 at 3:49 PM Matt Toschlog via curl-library <
curl-library@lists.haxx.se> wrote:

> Yep, it was the limit on file descriptors.  Thanks!
>
>
>
Defaults remain low in order not to increase the chance of breaking
anything that uses select..
if you have nothing using select you can set , DefaultLimitNOFILE on
/etc/systemd/system.conf
Currently if any app using select happens to get an fd with number > =
1024.. it will crash with a fortify failure.
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to