The maximum receive socket buffer size defaults to 128k(131071).
To increase the max buffer size to 1MB:
sysctl -w net.core.rmem_max=1048576
Or
echo 262143 > /proc/sys/net/core/rmem_max echo 262143 > /proc/sys/net/core/rmem_default
To confirm the new max buffer size:
sysctl net.core.rmem_max
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
You must be logged in to post a comment.