ext3 slowing down on writes on linux 2.6.18
Posted
by user29475
on Server Fault
See other posts from Server Fault
or by user29475
Published on 2010-02-11T20:34:57Z
Indexed on
2010/03/24
15:03 UTC
Read the original article
Hit count: 634
i'm running into a problem where writing to a file will cause a 5 to 15 second pause, this occurs only on writes. So far i have remounted the filesystem with data=writeback as an option, and set /sys/block/sdb/queue/max_sectors_kb to 64 to shorten the queue.
Are there any other things i can try to solve this ?
© Server Fault or respective owner