INN-base feeder

"Miquel van Smoorenburg" list-inn-workers at news.cistron.nl
Sat Jan 25 12:33:07 UTC 2003


In article <20030124221550.GF2617 at virgin.gazeta.pl>,
Przemys³aw Maciuszko  <sal at agora.pl> wrote:
>I wonder if anyone here has feeder running INN 2.4 on Linux box?

Yes. http://newsgate.cistron.nl/

>Right now I'm using on mine and the perfromance isn't much better than
>on heavily loaded Solaris with many readers.
>I'm thinking about moving to ReiserFS or JFS. Will there be any performance
>improvement?
>I'm using 2.4, 20GB overall CNFS buffers. History also lies on ext3, machine
>does about 700GB traffic per day (both inbound and outbound)

Don't put history on ext3, that might slow it down a lot due to the
journal. Put it on ext2.

Did you put the CNFS buffers on an ext3 filesystem as well? That will
hurt, I think.

Don't put the CNFS buffers on a filesystem. Use a 2.4.20 kernel,
compile INN with largefile-support, and use partitions as CNFS buffers-
and preferably, don't use more than one CNFS buffer per disk to
prevent seeking.

This is my cycbuff.conf:

cycbuff:sdc1:/news/dev/sdc1:17770000
cycbuff:sde1:/news/dev/sde1:17770000
metacycbuff:bin:sdc1,sde1:INTERLEAVE

sdc and sde are 18 GB SCSI disks with just one partition on them.

My storage.conf file looks like this:

method cnfs {
        newsgroups: *
        class: 1
        size: 0,0
        options: bin
}

Mike.
-- 
Anyone who is capable of getting themselves made President should
on no account be allowed to do the job -- Douglas Adams.

-- 
The From: and Reply-To: addresses are internal news2mail gateway addresses.
Reply to the list or to "Miquel van Smoorenburg" <miquels at cistron.nl>


More information about the inn-workers mailing list