Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Feb 2003 06:51:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Feb 2003 06:51:58 -0500 Received: from node181b.a2000.nl ([62.108.24.27]:33182 "EHLO ddx.a2000.nu") by vger.kernel.org with ESMTP id ; Mon, 10 Feb 2003 06:51:54 -0500 Date: Mon, 10 Feb 2003 13:01:35 +0100 (CET) From: Stephan van Hienen To: Andreas Dilger cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, ext2-devel@lists.sourceforge.net, "Theodore Ts'o" , peter@chubb.wattle.id.au, tbm@a2000.nu Subject: Re: fsck out of memory In-Reply-To: <20030209133117.E12639@schatzie.adilger.int> Message-ID: References: <20030207102858.P18636@schatzie.adilger.int> <20030209133117.E12639@schatzie.adilger.int> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 946 Lines: 20 On Sun, 9 Feb 2003, Andreas Dilger wrote: > > mke2fs -j -m 0 -b 4096 -i 4096 -R stride=16 > > Do you expect to have so many small files in this huge filesystem? > Basically, the "-i" parameter is telling mke2fs what you think the > average file size will be, so 4kB is very small. not really, i thought the -b was telling this ? i think average filesize should be somewhere from 1-5 megabyte (zipfiles few megabyte/videofiles (can be a few gigabyte)/installation files for programmes) i also wonder what kind of chunk-size i need to use i use 64k now, but i wonder if 256k (or something bigger?) would be better (does chunk size difference in performance between a 4disk raid5 and a 15disk raid5 ?) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/