From owner-freebsd-questions Tue Apr 25 3:47:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from boco.fee.vutbr.cz (boco.fee.vutbr.cz [147.229.9.11]) by hub.freebsd.org (Postfix) with ESMTP id 242E037BC9F for ; Tue, 25 Apr 2000 03:47:11 -0700 (PDT) (envelope-from cejkar@dcse.fee.vutbr.cz) Received: from kazi.dcse.fee.vutbr.cz (kazi.dcse.fee.vutbr.cz [147.229.8.12]) by boco.fee.vutbr.cz (8.10.1/8.10.1) with ESMTP id e3PAl9C01441 for ; Tue, 25 Apr 2000 12:47:09 +0200 (CEST) Received: (from cejkar@localhost) by kazi.dcse.fee.vutbr.cz (8.10.1/8.10.1) id e3PAl8x24554 for questions@FreeBSD.ORG; Tue, 25 Apr 2000 12:47:08 +0200 (CEST) Date: Tue, 25 Apr 2000 12:47:08 +0200 From: Cejka Rudolf To: questions@FreeBSD.ORG Subject: Re: max inode..?? Message-ID: <20000425124708.A24198@dcse.fee.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from sandy@divre5.telkom.co.id on Mon, Apr 24, 2000 at 06:11:36PM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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