Operating System - Linux
1825789 Members
2126 Online
109687 Solutions
New Discussion

Re: Tunable Kernel Parameters for Linux

 
SOLVED
Go to solution
K.C. Chan
Trusted Contributor

Tunable Kernel Parameters for Linux

Does any knows of any white papers or howto on "Tunable kernel parameters for Linux". Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
7 REPLIES 7
Roberto_30
Frequent Advisor

Re: Tunable Kernel Parameters for Linux

Have you read "Understanding the Linux Kernel" by O'really ?

Or do you need something like below ?

memory loss
Skill: B - Jul 14, 1999
If you've ever seen the error "unable to allocate dma buffer" or "/dev/dsp: out of memory" then what has happened is the kernel cannot allocate memory for the dsp (memory under 16 meg) you can fix this problem by recompiling the kernel and selecting persistant dma buffer in the sound...


net-pf-what!?
Skill: B - Jul 14, 1999
Tired of seeing:

modprobe: can't locate module net-pf-4
modprobe: can't locate module net-pf-5

add the following two lines to
/etc/conf.modules to disable IPX & Appletalk

alias net-pf-4 off
alias net-pf-5...


Did you know?
Skill: B - Jul 14, 1999
Many kernel options are runtime configurable from /proc/sys

Here's a fun one:
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all

(ignore all ping...

Let me kwon how can help you ?

Roberto
K.C. Chan
Trusted Contributor

Re: Tunable Kernel Parameters for Linux

Roberto,
I just want to be able to look up a list of parameters and short description of it, such as max number of file you can open, amount of resources each user can have(spawning thread), etc....Is there a howto or white paper on this? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
Stuart Browne
Honored Contributor
Solution

Re: Tunable Kernel Parameters for Linux

Will kernel documentation do?

In the kernel-documentation RPM (in RedHat atleast), there should be a directory called 'sysctl'. This has 4 text files in it documenting tunable parameters for different subsystems (kernel, file systems, virtual machine, sunrpc).

Most of the tunable options are listed in these files, and descriptions of what each option actually does.

These can all be manipulated using the 'sysctl' utility, or by forwarding data into the /proc/sys/ virtual files.

Hope this helps.
One long-haired git at your service...
I_M
Honored Contributor

Re: Tunable Kernel Parameters for Linux

Hi

You may set some kernel parameters by "sysctl" command.
If you want to know what you can set?, use "sysctl -a" to see all the values.

Good luck
U.SivaKumar_2
Honored Contributor

Re: Tunable Kernel Parameters for Linux

Hi,
Read my attachment.

regards,
U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Tunable Kernel Parameters for Linux

Hi,
Read my attachment.

regards,
U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Tunable Kernel Parameters for Linux

Hi,
Read my attachment.

regards,
U.SivaKumar
Innovations are made when conventions are broken