We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3817800 commit 16a07ddCopy full SHA for 16a07dd
DATA/common/setenv_calib.sh
@@ -195,8 +195,9 @@ get_proxy_connection()
195
else
196
CONNECTION+=",transport=zeromq"
197
fi
198
- local PROXY_CONN="$NAMEPROXY $NAMEPROXYCHANNEL --channel-config \"name=aggregator-proxy-$1,$CONNECTION,rateLogging=1\""
+ local PROXY_CONN="$NAMEPROXY $NAMEPROXYCHANNEL --channel-config \"name=aggregator-proxy-$1,$CONNECTION,rateLogging=10\""
199
[[ $EPNSYNCMODE == 1 ]] && PROXY_CONN+=" --network-interface ib0"
200
+ [[ $2 == "input" && ! -z $TIMEFRAME_SHM_LIMIT ]] && PROXY_CONN+=" --timeframes-shm-limit $TIMEFRAME_SHM_LIMIT"
201
if [[ "0$GEN_TOPO_VERBOSE" == "01" ]]; then
202
echo PROXY_CONN = $PROXY_CONN 1>&2
203
0 commit comments