Re: [PATCH] tests: Limit the number of concurrent requests in debuginfod-federation

2023-04-17 Thread Mark Wielaard
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

[PATCH] tests: Limit the number of concurrent requests in debuginfod-federation

2023-04-14 Thread Mark Wielaard
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-feder