Is it ok to run the following command in ESXi 5.5 (we use nfs storage)
vsish -e set /net/tcpip/instances/defaultTcpipStack/sysctl/_net_inet_tcp_delayed_ack 0
Our storage vendor recommend this .
Any input on what it may affect
I tested adding it on one server but when i hit escape in vi editor to save :wq i see there is a blank line after the last line and ~ , will that affect anything
#
# Disable delayed_ack manually
#
vsish -e set /net/tcpip/instances/defaultTcpipStack/sysctl/_net_inet_tcp_delayed_ack 0
~