Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: "getaddrinfo() thread failed to start" under heavy load
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Cristian Rodríguez via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 18 Oct 2023 13:30:38 -0300
On Tue, Oct 17, 2023 at 3:49 PM Matt Toschlog via curl-library <
curl-library_at_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.
Date: Wed, 18 Oct 2023 13:30:38 -0300
On Tue, Oct 17, 2023 at 3:49 PM Matt Toschlog via curl-library <
curl-library_at_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.htmlReceived on 2023-10-18