From: Oleg Drokin <green@namesys.com>
To: Doug Bazarnic <doug@cavecreek.net>
Cc: reiserfs-list@namesys.com
Subject: Re: How to mount reiserfs with a relocated journal? -- Figured out
Date: Fri, 11 Jul 2003 09:46:30 +0400 [thread overview]
Message-ID: <20030711054630.GB12924@namesys.com> (raw)
In-Reply-To: <009a01c3475c$31dc9990$7000000a@hardwarehq.local>
Hello!
On Thu, Jul 10, 2003 at 08:26:19PM -0700, Doug Bazarnic wrote:
> Any way, is there a down side to using a large journal? 8193 vs ~125000
> block size? Right now, I've allocated the entire 512 meg flash card
> for the journal size.
Well, if your flash card will die, you have possibly more data to loose.
Also keep in mind that journal header gets updated for every transaction
(in fact the should be batched so this should not be so hard hit, esp.
for large journals, but still).
Hm, I think for large journals you may also want to increase journal flushtime.
Unfortunatelly this is hardwired to be once in 5 seconds.
fs/reiserfs/journal.c and look for "interruptible_sleep_on_timeout(&reiserfs_commit_thread_wait, 5 * HZ) ;",
change 5 to whatever number of seconds you may want. May and will lead to increased memory consumption when
combined with large journals, though.
Bye,
Oleg
next prev parent reply other threads:[~2003-07-11 5:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-11 2:12 How to mount reiserfs with a relocated journal? Doug Bazarnic
2003-07-11 3:26 ` How to mount reiserfs with a relocated journal? -- Figured out Doug Bazarnic
2003-07-11 5:46 ` Oleg Drokin [this message]
2003-07-11 5:57 ` Doug Bazarnic
2003-07-11 6:00 ` Oleg Drokin
2003-07-11 7:08 ` Russell Coker
[not found] <003701c3477d$33239580$6401a8c0@doug>
2003-07-11 7:43 ` Russell Coker
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=20030711054630.GB12924@namesys.com \
--to=green@namesys.com \
--cc=doug@cavecreek.net \
--cc=reiserfs-list@namesys.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.