Skip to content
Snippets Groups Projects
Commit 34466a54 authored by Liang Zhen's avatar Liang Zhen
Browse files

Boot time sysctl setting for Lustre OS X.

parent 58752647
No related branches found
No related tags found
No related merge requests found
# nmbclusters can not be modified by sysctl(it's read only)
# so we have to change it in kernel patch
## kern.ipc.nmbclusters=32768
# Keep a long enough reassembly queue.
net.inet.tcp.reass.maxsegments=4096
# max permited sockbuf
kern.ipc.maxsockbuf=8388608
# XXX
net.inet.tcp.sendspace=3217968
net.inet.tcp.recvspace=3217968
kern.maxvnodes=65536
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment