Trading off safety and performance in the kernel
Trading off safety and performance in the kernel
Posted Jun 12, 2015 17:50 UTC (Fri) by raven667 (subscriber, #5198)In reply to: Trading off safety and performance in the kernel by bluefoxicy
Parent article: Trading off safety and performance in the kernel
Your examples include a read heavy, write little web server and a db server which is probably explicitly flushing every IO to disk so that there is little data to write back in either case, neither of which is representative of how a laptop is used. It's easy to create a bunch of buffered writes, by copying a DVD image or compiling software or copying memory to disk for suspend, and on a laptop you may delay writes longer than normal to keep the disk subsystem in a low power state for as long as possible, leading to a storm of activity.