ext3 slowing down on writes on linux 2.6.18
- by user29475
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 ?