Skip to content

Commit

Permalink
Merge PersistentBackendManager into TritonBackendManager (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadeyegoodwin authored and Tabrizian committed Apr 25, 2022
1 parent 9e89f7e commit 7d1fa95
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 7d1fa95

Please sign in to comment.