Gentoo Archives: gentoo-user

From: Mike <whodie@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Performance problem at writing big files and Multitasking
Date: Wed, 07 Feb 2007 16:08:27
Message-Id: 45C9F7A1.10806@comcast.net
1 Daniel Pielmeier wrote:
2 >> What I/O scheduler are you using? Did you try to experiment with the
3 >> deadline or the cfq I/O schedulers?
4 >> If you have them enabled in your kernel config, read
5 >> Documentation/block/switching-sched.txt and see if things get better
6 >> after changing the I/O scheduler for your hard disk.
7 >> Of course, your problem might be caused by something else altogether.
8 >
9 > No other suggestions?
10
11 The hdparm optimizations, the CFQ scheduler and maybe low latency
12 desktop in the kernel are the best way to make your desktop useable
13 under heavy disk usage.These are my hdparm settings:
14
15 /dev/hda:
16 multcount = 16 (on)
17 IO_support = 1 (32-bit)
18 unmaskirq = 1 (on)
19 using_dma = 1 (on)
20 keepsettings = 0 (off)
21 readonly = 0 (off)
22 readahead = 256 (on)
23 geometry = 26310/16/63, sectors = 26520480, start = 0
24
25 cat /sys/block/hda/queue/scheduler
26 noop [cfq]
27
28 Linux c-68-85-77-239 2.6.20-gentoo #4 PREEMPT Tue Feb 6 17:03:56 EST
29 2007 i686 AMD Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Performance problem at writing big files and Multitasking Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
Re: [gentoo-user] Performance problem at writing big files and Multitasking Benno Schulenberg <benno.schulenberg@×××××.com>
Re: [gentoo-user] Performance problem at writing big files and Multitasking Daniel Pielmeier <daniel.pielmeier@××××××××××.com>