public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* tuning ext2 or ReiserFS to avoid fragmentation with large files?
@ 2001-12-03 13:13 Roy Sigurd Karlsbakk
  2001-12-04 13:20 ` Erik Tews
  0 siblings, 1 reply; 5+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-03 13:13 UTC (permalink / raw)
  To: linux-kernel

hi all

I've got this server with lots of ~3GB files and every now and then we
need to add some more or delete some old ones. All files are potentially
read concurrently, so to reduce disk seeks, I've increased the readahead
settings in kernel (/proc/sys/vm/(min|max)-readahead).

Then... A friend of mine told me I could tune the fs (or vfs) to allocate
n kB each time a file is created, and by setting this to whatever I've set
(min|max)-readahead to (currently 1048576), I will reduce the negative
effect of fragmentation to a minimum, since the data blocks will be large,
and read more-or-less sequencially.

Can anyone tell me how to tell the fs or the kernel to allocate n pages/kB
this way? Is it possible? Can I possibly set different sizes per file
system?

Thanks

roy

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-05 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-03 13:13 tuning ext2 or ReiserFS to avoid fragmentation with large files? Roy Sigurd Karlsbakk
2001-12-04 13:20 ` Erik Tews
2001-12-05  2:17   ` Rasmus Bøg Hansen
2001-12-05  4:40     ` Mike Fedyk
2001-12-05 10:40     ` Erik Tews

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox