Skip to content

Commit

Permalink
Undo bulk size change
Browse files Browse the repository at this point in the history
  • Loading branch information
liorghub committed Mar 17, 2024
1 parent 1a22909 commit dcfcece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-orchagent/orchagent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ elif [ "$platform" == "barefoot" ]; then
elif [ "$platform" == "vs" ]; then
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
elif [ "$platform" == "mellanox" ]; then
ORCHAGENT_ARGS+="-k 10000"
ORCHAGENT_ARGS+=""
elif [ "$platform" == "innovium" ]; then
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
elif [ "$platform" == "pensando" ]; then
Expand Down

0 comments on commit dcfcece

Please sign in to comment.