Le 17/12/24 à 11:02, Jorge Almeida a tapoté : > On Tue, 17 Dec 2024 at 08:18, netfab <netbox...@netc.eu> wrote: > > > Le 16/12/24 à 18:11, Jorge Almeida a tapoté : > > > Any distcc user in the same boat? > > > > Yes. How many CPU cores do you have ? > > > > 8 + 6
Here is my assumption : in man distccd we can read : > -j, --jobs JOBS > Sets a limit on the number of jobs that can be accepted > at any time. By default this is set to *two greater than > the number of CPUs on the machine*, to allow for some processes > being blocked on network IO. (Daemon mode only.) I think that the distccd daemon spawns one thread for each potential accepted job. In your case, 8+6+2 = 16 In my case, I have 4 cores, and 6 distccd waiting threads. Do you have 16 threads below the main distccd process ?