Re: Adding RAM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Tue, 2008-12-09 at 12:07 -0500, Ross Walker wrote:
> On Dec 9, 2008, at 10:59 AM, Matt <lm7812@xxxxxxxxx> wrote:
> 
> >>>> Setting scheduler is global in C4 it can be set as a kernel option
> >>>> with a scheduler=deadline in grub.
> >>>
> >>> Is that an alias for "elevator=deadline" (which I know works)?
> >>
> >> No that was me forgetting the option name.
> >>
> >> Thanks Peter, it's elevator= not scheduler=
> >
> > Does this mean I need to add "elevator=deadline" to grub.conf?  Is
> > there a way to make the change without rebooting?
> 
> I'm afraid not, so possibly a late night or weekend event with the  
> option for a mid day reboot to recover if things turn out badly.
> 
> Virtualize things and you can minimize downtime with snapshots.

[root@blah ~]# cat /sys/block/hda/queue/scheduler
noop anticipatory deadline [cfq]   
The Schedular is CFQ and can be changed on the fly to whatever Block
Device you want it. It does not matter what load the system is under.
Changing to Deadline on his specific block device will improve the I/O
of the system unless it really being hammered. Keep in mind these
changes will be gone on Reboot. You can put these in rc.local to
activate at boot time. Substitute "hda" for your device. This does not
work on iscsi or SAN mounts.

[root@blah ~]# echo 'deadline' > /sys/block/hda/queue/scheduler
[root@blah ~]# cat /sys/block/hda/queue/scheduler
noop anticipatory [deadline] cfq  -- Changed to Deadline.

JohnStanley


_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux