Changes between Initial Version and Version 1 of GridFTPTuning

Show
Ignore:
Timestamp:
02/20/13 14:52:48 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GridFTPTuning

    v1 v1  
     1If you plan to  transfer large files we advice you to adjust system wide TCP keepalive: parameters: 
     2{{{ 
     3echo "600" > /proc/sys/net/ipv4/tcp_keepalive_time 
     4echo "75" > /proc/sys/net/ipv4/tcp_keepalive_intvl 
     5echo "9" > /proc/sys/net/ipv4/tcp_keepalive_probes 
     6}}} 
     7In order to make the changes persistent add it also to the `/etc/sysctl.conf`