From 34466a54cb6401856af6a864d6d02cd6b315475c Mon Sep 17 00:00:00 2001
From: liangzhen <liangzhen>
Date: Fri, 3 Jun 2005 09:21:56 +0000
Subject: [PATCH] Boot time sysctl setting for Lustre OS X.

---
 build/osxpack/sysctl.conf | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 build/osxpack/sysctl.conf

diff --git a/build/osxpack/sysctl.conf b/build/osxpack/sysctl.conf
new file mode 100644
index 0000000000..f8d2cc2fc1
--- /dev/null
+++ b/build/osxpack/sysctl.conf
@@ -0,0 +1,15 @@
+# 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
-- 
GitLab