diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-11-17 21:09:05 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-11-17 21:09:05 +0100 |
commit | ad39481f238218ed3f3ce0f46c975a7ab178b5b5 (patch) | |
tree | 7d95a9c5fede3bec3880c53198de3fe752a75f75 /tests/roof.sh | |
parent | ea9626b60092f2d2c79431718c3ca8bc383429a6 (diff) | |
download | ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.tar.gz ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.tar.bz2 ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.tar.xz ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.zip |
Few timeouts & exit conditions
Diffstat (limited to 'tests/roof.sh')
-rwxr-xr-x | tests/roof.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/roof.sh b/tests/roof.sh index df51679..12a4cfa 100755 --- a/tests/roof.sh +++ b/tests/roof.sh @@ -11,7 +11,6 @@ ulimit -l unlimited echo 1000000000 > /proc/sys/kernel/shmmax # 18446744073692774399 echo 8000 > /proc/sys/vm/nr_hugepages # 0 - #VMA_THREAD_MODE=3 VMA_MTU=0 VMA_RX_POLL=0 VMA_SELECT_POLL=0 VMA_RING_ALLOCATION_LOGIC_RX=20 VMA_RX_BUFS=$bufs LD_PRELOAD=$vma_lib \ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64" GI_TYPELIB_PATH="/usr/local/lib64/girepository-1.0/" \ python roof.py "$@" |