2a77a9130f
availability. PR: 227564 Submitted by: David Shane Holden <dpejesh@yahoo.com>
9 lines
264 B
Text
9 lines
264 B
Text
For correct operation, maximum socket buffer size must be tuned
|
|
by performing the following command as root :
|
|
|
|
# sysctl kern.ipc.maxsockbuf=18874368
|
|
|
|
To preserve this setting across reboots, append the following
|
|
to /etc/sysctl.conf :
|
|
|
|
kern.ipc.maxsockbuf=18874368
|