[EMAIL PROTECTED] said:
> Can someone point me to documentation on the available linux kernel
> params and how I go about querying and modifying them?
Documentation/kernel-parameters.txt in your favorite kernel pool. Looking at
them and changing them varies. The most popular ones have entries
Can someone point me to documentation on the available linux kernel
params and how I go about querying and modifying them? It appears that
I'm either hitting the system limit for open files or the user limit.
"lsof | wc -l" tells me that I have 2843 open files at the moment.
And another thing,