
O(1) is the process scheduler. as and cfq are disk schedulers.Staircase scheduler?
This is a complete rewrite of the scheduler policy for normal tasks built on top of the O(1) scheduler. The aim was to make a scheduler that is interactive and responsive by design instead of modifying an existing design to make it interactive. 2.6.4-ck2 contains the first public release of this patch and so far has proven stable.
Same here. However, hitting ^C a couple of times actually makes itCerement wrote:Okay, anyone having a problem with this one?
Starts booting, makes it up to:
* ALSA Detected...
* Restoring Mixer Levels [ ok ]
and then just hangs ... never gets around to * Starting USB and PCI hotplugging
feh
http://members.optusnet.com.au/ckolivas/kernel/How is the cfq scheduler set?
The cfq scheduler is enabled by default in -ck. If you do not wish to use the cfq I/O scheduler you will not benefit from the I/O priorities, but you can set it with the bootparam "elevator=as" or deadline.
The kernel can have multiple disk schedulers compiled and ready for use at once. Examples are cfq, as, and deadline. These are selected with the elevator=x option at boot time.Jefklak wrote:bssepth, so I can use "elevator=cfq" AND the staircase I(O)? No boot options or so needed for the first one? I also wonder wich patch those anticipatory or cfq shedulers are, or in wich kernel they are.
Let's say I'm using the -ck2 sources. (Vanilla patched). How can I use anticipatory then? Is there a patch or is it standard? And cfq? That would really clear things up for me :) Thanks!
Careful with the new -aa patchsets -- was getting all the symptoms of a slow memory leak with them, system ran great right after boot, but after a day, things all over the place started to gradually slow down, could watch each table cell being added when looking at the front page of forums ...dizzogg wrote:i think the staircase scheduler needs some more work, my system gets bogged down quite easily w/ it, music skips in rhythmbox, muine, which never happened before, but hey, I guess we're the guinea pigs... maybe I'll try out the aa-kernels..
thanks for the warning....Cerement wrote:Careful with the new -aa patchsets -- was getting all the symptoms of a slow memory leak with them, system ran great right after boot, but after a day, things all over the place started to gradually slow down, could watch each table cell being added when looking at the front page of forums ...dizzogg wrote:i think the staircase scheduler needs some more work, my system gets bogged down quite easily w/ it, music skips in rhythmbox, muine, which never happened before, but hey, I guess we're the guinea pigs... maybe I'll try out the aa-kernels..