Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60420 Details for
Bug 94780
Add a script to configure kernel IO schedulers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/conf.d/ioscheduler: ioscheduler script configuration file
ioscheduler (text/plain), 1.36 KB, created by
Emmanuel Rosa
on 2005-06-01 15:02:06 UTC
(
hide
)
Description:
/etc/conf.d/ioscheduler: ioscheduler script configuration file
Filename:
MIME Type:
Creator:
Emmanuel Rosa
Created:
2005-06-01 15:02:06 UTC
Size:
1.36 KB
patch
obsolete
># ioscheduler configuration file > ># Scheduler Descriptions. Taken from the kernel configuration documentation: > ># The anticipatory I/O scheduler is the default disk scheduler. It is ># generally a good choice for most environments, but is quite large and ># complex when compared to the deadline I/O scheduler, it can also be ># slower in some cases especially some database loads. > ># The deadline I/O scheduler is simple and compact, and is often as ># good as the anticipatory I/O scheduler, and in some database ># workloads, better. In the case of a single process performing I/O to ># a disk at any one time, its behaviour is almost identical to the ># anticipatory I/O scheduler and so is a good choice. > ># The CFQ I/O scheduler tries to distribute bandwidth equally ># among all processes in the system. It should provide a fair ># working environment, suitable for desktop systems. > ># Configure your schedulers below. Your choices are anticipatory, deadline, and cfq > ># The default IO scheduler >def_io_sched=anticipatory > ># IO scheduler on per-block-device basis. Uncomment and add/modify as needed. ># Note: RAM block devices (ram*) for not have schedulers. > ># Floppy devices: >#io_fd0=cfq >#io_fd1=cfq > ># IDE devices >#io_hda=cfq >#io_hdb=cfq >#io_hdc=cfq >#io_hdd=cfq > ># SCSI devices (yes, there may be more scsi devices than those listed below) >#io_sda=cfq >#io_sdb=cfq >#io_sdc=cfq >#io_hdd=cfq
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 94780
:
60418
| 60420