Re: kernel: grow_inodes: inode-max limit reached

2000-06-09 Thread Mario Olimpio de Menezes
On Fri, 9 Jun 2000, Reid Sutherland wrote: > Hi Mario and thanks for the prompt reply. Hi Reid, I think the problem is not related with the number of files/dir you've in your system. Reading the inode.c you'll see that some inodes doesn't correspond to files/dir in your disk; they're emp

Re: kernel: grow_inodes: inode-max limit reached

2000-06-09 Thread Reid Sutherland
ssage - From: Mario Olimpio de Menezes <[EMAIL PROTECTED]> To: Reid Sutherland <[EMAIL PROTECTED]> Cc: Sent: Friday, June 09, 2000 10:49 AM Subject: Re: kernel: grow_inodes: inode-max limit reached > > Hi Reid, > > As you ask for clues, here goes my $0.02! > This m

Re: kernel: grow_inodes: inode-max limit reached

2000-06-09 Thread Mario Olimpio de Menezes
Hi Reid, As you ask for clues, here goes my $0.02! This message comes from $KERNEL_SRC/fs/inode.c when the kernel tries to get more inode. Browsing the file I found a #define MAX_INODE (16384). What's your number? Maybe you can try increase this and see if the problem persist.