scrips updated
[p2p-testing-infrastructure.git] / ControlScripts / clients / hrk / start_hrk_leecher_limit.sh
index 9a31b19..0d3a0ef 100755 (executable)
@@ -39,6 +39,8 @@ KB_DOWN_LIMIT=$1
 KB_UP_LIMIT=$2
 CONN_LIMIT=$3
 
+ulimit -c unlimited
 LD_LIBRARY_PATH=$HRK_ABS_PATH/../libtorrent-rasterbar/lib $HRK_ABS_PATH/hrktorrent --limitlocal --maxdown ${KB_DOWN_LIMIT} --maxup ${KB_UP_LIMIT} --maxconnections ${CONN_LIMIT} --nodht ../TorrentsAndData/$TORRENT_FILE
+echo "hrktorrent_leecher_limit return code: $?"
 
 rm -rf *