View Single Post
  #2   (View Single Post)  
Old 19th July 2008
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default

idk if it'll help, but try setting this:
net.inet.tcp.delayed_ack=0
kern.ipc.maxsockbuf=2097152
kern.ipc.somaxconn=512
kern.maxfiles=65536
kern.maxfilesperproc=32768


net.inet.tcp.sendspace=65535
net.inet.tcp.recvspace=65535
net.inet.udp.recvspace=65535
net.inet.udp.maxdgram=57344
net.local.stream.recvspace=65535
net.local.stream.sendspace=65535
kern.ipc.nmbclusters=65535

using sysctl or write them in /etc/sysctl.conf
you can get description by
sysctl -d SWITCH


also do you think that your hardware is capable of reading/writing at such a speed?
Reply With Quote