Closed busykoala closed 12 months ago
If no argument processes (-p) is given the number of processes is currently none (which breaks the program). It should be cpu.count() though.
processes (-p)
cpu.count()
If no argument
processes (-p)
is given the number of processes is currently none (which breaks the program). It should becpu.count()
though.