Date: Tue, 25 Apr 2000 12:47:08 +0200 From: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> To: questions@FreeBSD.ORG Subject: Re: max inode..?? Message-ID: <20000425124708.A24198@dcse.fee.vutbr.cz> In-Reply-To: <no.id>; from sandy@divre5.telkom.co.id on Mon, Apr 24, 2000 at 06:11:36PM %2B0700
next in thread | previous in thread | raw e-mail | index | archive | help
Arisandy Arief wrote (2000/04/24): > how can I look max innode in our FreeBSD-4.0 box Use "sysctl -a" to view kernel settings. Use "sysctl -w name=value" to set value. See "man sysctl". > in linux we ussualy use cat /pro/sys/kernel/fs/max-inode... ^- c Yes, nice magic operation :-) FreeBSD's get value: sysctl kern.maxvnodes FreeBSD's set value: sysctl -w kern.maxvnodes=N > and then how can I raise it...we need to use it for mail server with more > than 100.000 account using vpopmail....in standart inode we just raise > 110.000 Yes, in Linux increasing of max-inode is needed to make kernels > 2.2.x operable in some cases. But in FreeBSD there are no such big needs to increase it. But if you want, you can play with it and you will see if it helps or not. -- Rudolf Cejka (cejkar@dcse.fee.vutbr.cz; http://www.fee.vutbr.cz/~cejkar) Brno University of Technology, Faculty of El. Engineering and Comp. Science Bozetechova 2, 612 66 Brno, Czech Republic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000425124708.A24198>