Before running sysctl -p I would like to view the current parameters.  I have added 
the following to /etc/sysctl.conf:

kernel.msgmni=1024
kernel.sem = 1000       32000   32      512
kernel.shmmax=2147483648
fs.file-max=65535
net.ipv4.tcp_max_syn_backlog=8192

but do not know how to see the current values.

> 
> From: "Rigler, Steve" <[EMAIL PROTECTED]>
> Date: 2003/08/12 Tue AM 09:51:36 EDT
> To: <[EMAIL PROTECTED]>
> Subject: RE: tuning redhat tcp
> 
> 
> 
> > -----Original Message-----
> > From: Boom Stickity [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, August 12, 2003 8:47 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: tuning redhat tcp
> > 
> > 
> > more google searching helped me to find this:
> > 
> > If your kernel has been compile with sur /proc filesystem 
> > support, you'll find
> > all parameters in
> > /proc/sys/network/ipv4
> > Just modifiy the value as needed. For example :
> > echo 120 > /proc/sys/net/ipv4/tcp_fin_timeout
> > 
> > I thought everything in /proc was dynamically set.  Will 
> > these values hold?
> > 
> 
> Setting the values in /etc/sysctl.conf will preserve them for the next
> reboot.  Once entered into the file, running "sysctl -p" will load them.
> 
> -Steve
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to