Skip to content

Commit 44eb5b2

Browse files
authored
Merge pull request sonic-net#83 from mssonicbld/sonicbld/202205-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
2 parents a35347b + a56cdb7 commit 44eb5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-orchagent/orchagent.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ fi
1717
mkdir -p /var/log/swss
1818
ORCHAGENT_ARGS="-d /var/log/swss "
1919

20-
# Set orchagent pop batch size to 8192
21-
ORCHAGENT_ARGS+="-b 8192 "
20+
# Set orchagent pop batch size to 1024
21+
ORCHAGENT_ARGS+="-b 1024 "
2222

2323
# Set synchronous mode if it is enabled in CONFIG_DB
2424
SYNC_MODE=$(echo $SWSS_VARS | jq -r '.synchronous_mode')

0 commit comments

Comments
 (0)