CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/07/06 07:19:57

Modified files:
        regress/sys/kern/signal/sigprof: sigprof.c 

Log message:
This regress checks that 400 singals are evenly distributed over 4
threads.  It works well on idle 4 CPU machines, but with load or
fewer cores the distribution of the threads' signal handlers is
worse.  Reduce the limit of signals that each thread must receive
from 75 to 50.  This should prevent random test fails.
from Christian Ludwig

Reply via email to