Skip to content

Commit acbe970

Browse files
fix(ci): set UDP buffer sizes to 6291456
1 parent 2cdec83 commit acbe970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Increase UDP buffer sizes (macOS)
3636
if: matrix.os == 'macos-latest'
3737
run: |
38-
sudo sysctl -w kern.ipc.maxsockbuf=8441037
38+
sudo sysctl -w kern.ipc.maxsockbuf=6291456
3939
- name: Build
4040
run: make build
4141
- name: Test with race detector (Ubuntu and MacOS)

0 commit comments

Comments
 (0)