mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
ce5d6d0b91
- add net/pacemaker2 (2.0.0-rc4) - net/corosync -> net/corosync2 (update to 2.4.4) - net/pacemaker -> net/pacemaker1 (update to 1.1.18) - add USES=corosync to deal with multiple versions PR: 228164, 228165 Submitted by: David Shane Holden <dpejesh@yahoo.com>
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
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
|