Re: Too many files open
Re: Too many files open
- Subject: Re: Too many files open
- From: Nicolas Berloquin <email@hidden>
- Date: Wed, 2 Jun 2004 11:26:39 +0200
The only way to make 'sysctl' changes permanent is to include them in
a system startup script (e.g.,
/System/Library/StartupItems/SystemTuning/SystemTuning).
There's also an easier way:
create a file in /etc called sysctl.conf (/etc/sysctl.conf)
each line should be like this;
parameter=value
for example:
net.inet.tcp.delacktime=100
make it owner:group root:wheel and chmod 644.
And to be complete, you can create the same type of file for ipfw in
/etc/ipfw.conf
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.