On Fri, 2023-04-14 at 18:46 +0200, Mark Wielaard wrote: > It seems doing 100 parallel requests can crash some versions of > libmicrohttpd so limit the number a little to the number of processors > times 4, with a max of 64. > > * tests/run-debuginfod-federation-metrics.sh: Use nproc * 4, or 64 > for seq curl requests. > * tests/run-debuginfod-federation-sqlite.sh: Likewise.
On irc Frank said it is fine (harmless) but also probably ineffective. I hope it does at least reduce the false positives/crashes in libmicrohttpd. So I have pushed it. Cheers, Mark