We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fac63d commit 9578425Copy full SHA for 9578425
1 file changed
bin/run-clara
@@ -127,7 +127,7 @@ function get_host_ip() {
127
}
128
function get_dpe_port() {
129
local ports
130
- ports=$(seq 7000 20 8000)
+ ports=$(seq 49152 20 65535)
131
command -v shuf >/dev/null 2>&1 && ports=$(echo "$ports" | shuf)
132
for port in $ports
133
do
@@ -153,7 +153,7 @@ then
153
--max-sockets 5120 --report 5 \
154
2>&1 | tee $CLARA_USER_DATA/log/dpe.log &
155
set +v
156
- #echo "Sleeping 7 ......." && sleep 7
+ sleep 1
157
unset JAVA_OPTS
158
set -v
159
$CLARA_HOME/bin/clara-orchestrator \
0 commit comments