aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl-usrp2.sh
diff options
context:
space:
mode:
authorMatthias (think) <matthias@mpb.li>2012-07-11 12:03:26 +0200
committerMatthias (think) <matthias@mpb.li>2012-07-11 12:03:26 +0200
commitc9354b3cf5eb45b306154b8deb6e3201cc0a2d6c (patch)
treef36ac3072e57a04e516b150e4de934ae51ef67be /sysctl-usrp2.sh
downloadmmbtools-aux-c9354b3cf5eb45b306154b8deb6e3201cc0a2d6c.tar.gz
mmbtools-aux-c9354b3cf5eb45b306154b8deb6e3201cc0a2d6c.tar.bz2
mmbtools-aux-c9354b3cf5eb45b306154b8deb6e3201cc0a2d6c.zip
added useful scripts folder
Diffstat (limited to 'sysctl-usrp2.sh')
-rwxr-xr-xsysctl-usrp2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysctl-usrp2.sh b/sysctl-usrp2.sh
new file mode 100755
index 0000000..e3e1cf7
--- /dev/null
+++ b/sysctl-usrp2.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+sudo sysctl -w net.core.rmem_max=50000000
+sudo sysctl -w net.core.wmem_max=1048576
+