--- linux/include/linux/reiserfs_fs.h Wed Jul 31 10:19:35 2002 +++ linux-ituner/include/linux/reiserfs_fs.h Fri Aug 2 21:36:58 2002 @@ -1509,8 +1509,8 @@ extern wait_queue_head_t reiserfs_commit_thread_wait ; /* biggest tunable defines are right here */ -#define JOURNAL_BLOCK_COUNT 8192 /* number of blocks in the journal */ -#define JOURNAL_MAX_BATCH 900 /* max blocks to batch into one transaction, don't make this any bigger than 900 */ +#define JOURNAL_BLOCK_COUNT 512 /* number of blocks in the journal */ +#define JOURNAL_MAX_BATCH 127 /* max blocks to batch into one transaction, don't make this any bigger than 900 */ #define JOURNAL_MAX_COMMIT_AGE 30 #define JOURNAL_MAX_TRANS_AGE 30 #define JOURNAL_PER_BALANCE_CNT (3 * (MAX_HEIGHT-2) + 9) --- linux/include/linux/reiserfs_fs_sb.h Wed Jul 31 10:19:34 2002 +++ linux-ituner/include/linux/reiserfs_fs_sb.h Fri Aug 2 21:36:19 2002 @@ -180,7 +180,7 @@ /* we have a node size define somewhere in reiserfs_fs.h. -Hans */ #define JOURNAL_BLOCK_SIZE 4096 /* BUG gotta get rid of this */ #define JOURNAL_MAX_CNODE 1500 /* max cnodes to allocate. */ -#define JOURNAL_TRANS_MAX 1024 /* biggest possible single transaction, don't change for now (8/3/99) */ +#define JOURNAL_TRANS_MAX 128 /* biggest possible single transaction, don't change for now (8/3/99) */ #define JOURNAL_HASH_SIZE 8192 #define JOURNAL_NUM_BITMAPS 5 /* number of copies of the bitmaps to have floating. Must be >= 2 */ #define JOURNAL_LIST_COUNT 64