Hi,

On Fri, Jul 21, 2000 at 11:54:20PM -0600, Andreas Dilger wrote:

> Note that you should not make the journals so large that they are a
> major fraction of your RAM, as you will not gain anything by this.
> A few megabytes is fine, 1024 disk blocks is the minimum.

Yep.  The main drawbacks to a large journal is that (a) they can pin a
lot of buffers in memory at once, and (b) they take longer to recover.
The only advantage of a large journal is that it gives the filesystem
more flexibility in writing things back to the main disk, but it's not
a large effect unless you have a very heavy write load.

Cheers,
 Stephen

Reply via email to