Skip to content

Commit 16a07dd

Browse files
committed
Use input-proxy SHM limit also for calib workflows
1 parent 3817800 commit 16a07dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DATA/common/setenv_calib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@ get_proxy_connection()
195195
else
196196
CONNECTION+=",transport=zeromq"
197197
fi
198-
local PROXY_CONN="$NAMEPROXY $NAMEPROXYCHANNEL --channel-config \"name=aggregator-proxy-$1,$CONNECTION,rateLogging=1\""
198+
local PROXY_CONN="$NAMEPROXY $NAMEPROXYCHANNEL --channel-config \"name=aggregator-proxy-$1,$CONNECTION,rateLogging=10\""
199199
[[ $EPNSYNCMODE == 1 ]] && PROXY_CONN+=" --network-interface ib0"
200+
[[ $2 == "input" && ! -z $TIMEFRAME_SHM_LIMIT ]] && PROXY_CONN+=" --timeframes-shm-limit $TIMEFRAME_SHM_LIMIT"
200201
if [[ "0$GEN_TOPO_VERBOSE" == "01" ]]; then
201202
echo PROXY_CONN = $PROXY_CONN 1>&2
202203
fi

0 commit comments

Comments
 (0)