Best schedulers
- Inicie sesión ou rexístrese para enviar comentarios
How can I know which schedulers used by trisquel/uruk system. Which is the best scheduler with trisquel that makes it fast. (BFS, CFS or noop)
Look in the kernel config to find out. It lives in /boot named after the version you're running. What's "best" is hard to say. As with any performance tuning, the "best" decision for will vary from person to person. My advice: Experiment, do some benchmarking, and make a decision based on observable data.
$ cat /sys/block/sda/queue/scheduler
See https://stackoverflow.com/questions/1009577/selecting-a-linux-i-o-scheduler
- Inicie sesión ou rexístrese para enviar comentarios