Ticket #83 (closed enhancement: later)
evaluate process and I/O schedulers
| Reported by: | laforge@… | Owned by: | willie_chen@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | kernel | Version: | current svn head |
| Severity: | minor | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
to choose which one is best for our device/application
Change History
comment:2 Changed 6 years ago by sean_mosko@…
- Owner changed from laforge@… to teddy@…
- Milestone set to Phase 1
comment:3 Changed 6 years ago by alphaone@…
- Milestone changed from Phase 1 to Phase 2
Optimization can be done when the typical workload is finalized
Note: See
TracTickets for help on using
tickets.

IO: I have now disabled the anticipatory scheduler (large, complex) and switched
to the default of the deadline scheduler. If that one gives too little equality
between processes, we can enable the CFQ (which is built as a module in -moko6
kernel)