Ha! Awesome! That's priceless. Even better, you're blessed with a wife with a sense of humour!
Announcement
Collapse
No announcement yet.
High CPU load during startup and sometimes after
Collapse
This topic is closed.
X
X
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
* Men speaking to women: anticipatory, because men assume they'll get what they want but are easily fooled by "deceptive idleness"; deprecated because men never change
Last edited by SteveRiley; Apr 07, 2013, 08:21 PM.
- Top
- Bottom
Comment
-
Originally posted by vinnywright View Postif one doseCode:echo cfq > /sys/block/sda/queue/scheduler
VINNY
edit as root:
/etc/default/grub
Edit or add this configuration option so it looks like the following:
GRUB_CMDLINE_LINUX="elevator=cfq"
There are other ways to do it, but since another change, which has to be passed at boot, turned out to be even better for my situation, I chose this one. If you are interested in trying it, just use this entry, instead:
GRUB_CMDLINE_LINUX="elevator=cfq transparent_hugepage=always"
Save the file, and run:
sudo update-grub
Then reboot.
- Top
- Bottom
Comment
-
Originally posted by SteveRiley View Post* Men speaking to women: anticipatory, because men assume they'll get what they want but are easily fooled by "deceptive idleness"; deprecated because men never change
We tend do well with laziness, impatience, and hubris in our work lives, after all!
- Top
- Bottom
Comment
-
Originally posted by SteveRiley View PostLOL, I just had to explain all this stuff to my wife -- sometimes she asks what I'm doing on here, and I'll tell her! We decided that men and women implement the following queueing algorithms:
* Men speaking to men: noop, because men don't need anything more than a simple FIFO buffer
* Women speaking to women: CFQ, of course, because women are always completely fair with each other
* Women speaking to men: deadline, because women will wait only a short finite time before forcibly changing the priority of men
Bwhahahaha.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Comment