[hamradio-commits] [gnss-sdr] 27/45: setting parameters

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 6 11:01:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit a02e122ea9c0e379484eb94ca4ff4d0c089651cc
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Nov 23 11:09:47 2014 +0100

    setting parameters
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 3e5d6fd..bb8d001 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,4 +37,7 @@ before_install:
   - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
   - if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90; fi
   - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5125D2724EAF93B6
+  - sudo sh -c "echo net.core.rmem_max = 262144 \ >> /etc/sysctl.conf"
+  - sudo sh -c "echo net.core.wmem_max = 262144 \ >> /etc/sysctl.conf"
+  - sudo /sbin/sysctl -p
   - sudo apt-get install -y cmake git-core g++ libstdc++-4.8-dev libboost-all-dev python-wxgtk2.8 uhd-host gnuradio libarmadillo-dev liblapack-dev libopenblas-dev libssl-dev
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list