mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
72c39057b95a159c7e4c16647d2247df26e5f56b
Setting it to something higher than the number of physical CPU cores was a good idea when we used to have slow magnetic storage. That way, at least there was always one process waiting for IO. With modern fast flash-based storage, this does not hold any more since it is fast enough that we don't need to have a couple of processes ready to wait. It will probably have made work for the scheduler more challenging since more processes were ready and processes were moved around processors. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Description
No description provided
Languages
Perl
70.4%
Shell
23%
C
4%
Python
0.6%
Makefile
0.5%
Other
1.4%