From: Tino Keitel <tino.keitel@gmx.de>
To: linux-kernel@vger.kernel.org
Subject: Re: [Problem] slow write to dvd-ram since 2.6.7-bk8
Date: Fri, 18 Feb 2005 00:10:48 +0100 [thread overview]
Message-ID: <20050217231048.GA4363@dose.home.local> (raw)
In-Reply-To: <1108592965.7407.17.camel@localhost.localdomain>
On Wed, Feb 16, 2005 at 23:29:24 +0100, Droebbel wrote:
> On Mi, 2005-02-16 at 22:55 +0100, Droebbel wrote:
> >Some new information:
> >
> >2.6.7 is ok, 2.6.7-mm2 is not ok, 2.6.7 with just the linus-patch from
> >mm2 is ok, 2.6.7 with linus.patch from mm3 isn't.
> >So I took some of the patches from the broken-out mm2 and tested them
> >seperately.
> >
> >The vmscan-dont-reclaim-too-many-pages.patch led to the said reduction
> >of writing speed. I reverse-applied it to 2.6.8.1, where it seems to
> >solve the problem.
>
> Sorry, have to correct that: it seemed to help at my tests with dd
> (write 1G of zeroes to a file). Copying a file with mc still shows
> around 1.4MB/s. Could be worse, but is definitely not ok. It *is* better
> with 2.6.7.
Here are some numbers with my setup. I always wrote 1 GB of data to the
same DVD-RAM disc (EMTEC), to the device directly and to a fresh ext2
on
the disc.
kernel 2.6.10:
$ time { sudo dd if=/dev/zero of=bigfile bs=64k count=16000 ; sync ; }
real 32m5.025s
$ time {sudo dd if=/dev/zero of=/dev/cdrom bs=64k count=16000 ; sync ;}
real 29m41.980s
kernel 2.6.7:
$ time { sudo dd if=/dev/zero of=bigfile bs=64k count=16000 ; sync ; }
real 13m23.688s
$ time {sudo dd if=/dev/zero of=/dev/cdrom bs=64k count=16000 ; sync ;}
real 13m14.609s
Regards,
Tino
next prev parent reply other threads:[~2005-02-17 23:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-13 13:36 Droebbel
2005-02-13 14:26 ` Wakko Warner
2005-02-14 8:53 ` Tino Keitel
2005-02-14 10:28 ` Droebbel
[not found] ` <1108376734.9495.8.camel@localhost.localdomain>
[not found] ` <20050214105332.GA7163@dose.home.local>
2005-02-14 12:34 ` Droebbel
[not found] ` <1108379351.9495.22.camel@localhost.localdomain>
[not found] ` <20050214111819.GA7691@dose.home.local>
2005-02-16 21:55 ` Droebbel
2005-02-16 22:29 ` Droebbel
2005-02-17 23:10 ` Tino Keitel [this message]
2005-02-18 22:21 ` Droebbel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050217231048.GA4363@dose.home.local \
--to=tino.keitel@gmx.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®