Skip to content

Commit

Permalink
Merge PersistentBackendManager into TritonBackendManager (triton-infe…
Browse files Browse the repository at this point in the history
  • Loading branch information
deadeyegoodwin authored Apr 22, 2022
1 parent f4f2f26 commit 4918156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/common/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function run_server_leakcheck () {
echo "=== Running LD_PRELOAD=$SERVER_LD_PRELOAD $SERVER $SERVER_ARGS"
fi

TRITONSERVER_DISABLE_BACKEND_UNLOAD=1 LD_PRELOAD=$SERVER_LD_PRELOAD $LEAKCHECK $LEAKCHECK_ARGS $SERVER $SERVER_ARGS > $SERVER_LOG 2>&1 &
LD_PRELOAD=$SERVER_LD_PRELOAD $LEAKCHECK $LEAKCHECK_ARGS $SERVER $SERVER_ARGS > $SERVER_LOG 2>&1 &
SERVER_PID=$!

wait_for_server_ready $SERVER_PID $SERVER_TIMEOUT
Expand Down

0 comments on commit 4918156

Please sign in to comment.