Tcp Tunning

L

linbeg

Guest
What are the effects if value of rmem_max is less than tcp_rmem max value for. Please find below example

net.core.rmem_max = 89232
net.ipv4.tcp_rmem = 123232  16384   2323242

as i undrestood mx value of tcp_rmem should not be more than the global rmem_max value declared, please correct me if i'm wrong.

If at all there is no affect of above values, the which max value will be considered for max receiver buffer? what are the best value to set for 16G memory servers.
 


Top