#/etc/sysctl.conf dosyasına bunları yazmamda bir sakınca var mı?
 
kern.ps_showallprocs=0
vfs.vmiodirenable=1
kern.ipc.maxsockbuf=2097152
kern.ipc.somaxconn=8192
kern.maxfiles=65536
kern.maxfilesperproc=32768
net.inet.tcp.sendspace=65536                         
net.inet.tcp.recvspace=65536                         
net.inet.udp.recvspace=65536                         
net.inet.udp.maxdgram=65536                          
net.local.stream.recvspace=65536                     
net.local.stream.sendspace=65536                     
net.inet.icmp.bmcastecho=0                           
net.inet.ip.accept_sourceroute=0                     
net.inet.ip.sourceroute=0                            
net.link.ether.inet.max_age=1200                     
net.inet.icmp.log_redirect=1                         
net.inet.tcp.rfc1323=1                               
net.inet.icmp.maskrepl=0                             
net.inet.icmp.drop_redirect=1
net.inet.tcp.delayed_ack=1
net.inet.tcp.inflight_enable=1
net.inet.tcp.log_in_vain=1
net.inet.udp.log_in_vain=1
net.inet.tcp.blackhole=2
net.inet.udp.blackhole=1
 
 
ama kernele herhangi birşey eklemeden GENERIC i WWW olarak değiştirdikten sonra WWW e göre kernel i derledim.
içerisine
 
options         NMBCLUSTERS=65536
options         UFS_DIRHASH
options         RANDOM_IP_ID
options         TCP_DROP_SYNFI
 
satırlarını EKLEMEDİM.
 
şu anda çalışıyor...
 
bunları eklemem kernel i derlerken bu 4 satırı girmememden dolayı herhangi bir hataya ya da soruna neden olur mu?
 
kolay gelsin!

Cevap