Whamcloud - gitweb
Boot time sysctl setting for Lustre OS X.
authorliangzhen <liangzhen>
Fri, 3 Jun 2005 09:21:56 +0000 (09:21 +0000)
committerliangzhen <liangzhen>
Fri, 3 Jun 2005 09:21:56 +0000 (09:21 +0000)
build/osxpack/sysctl.conf [new file with mode: 0644]

diff --git a/build/osxpack/sysctl.conf b/build/osxpack/sysctl.conf
new file mode 100644 (file)
index 0000000..f8d2cc2
--- /dev/null
@@ -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