Page 1 of 1

KERNEL_MIN_file_max parameter

Posted: Wed Feb 01, 2006 6:23 pm
by dhickey
Hello,

So far I have a good portion of Scalix Community up an running on RH Enterprise 4. I am now going back and fine tuning things. I have a question about this part on the installation.

In the documentation, it says to "Enter this number as a "file_max" argument, min 8192.

Does that mean to replace "file_max" where ever it occurs?

For example, KERNEL_MIN_8192 or is there something I need to add at the beginning of the /etc/init.d/scalix file that states "file_max is equal to 8192"?

Thanks

Don

Posted: Wed Feb 01, 2006 6:34 pm
by ScalixSupport
This looks to be a typo in the manual.

The file is actually /etc/sysconfig/scalix. It should already be set to 8192 so should show you:

Code: Select all

KERNEL_MIN_file_max=8192


Cheers

Dave

Great

Posted: Wed Feb 01, 2006 7:54 pm
by dhickey
Thanks for the qucik response. It looks like the default is already set to 8192...

Thanks Again,

Don