Skip to content

Commit 8729751

Browse files
committed
more port
1 parent 1f115b9 commit 8729751

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/flow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
- 4317:4317
7070

7171
steps:
72+
- name: Expand local port range to prevent exhaustion
73+
run: |
74+
sudo sysctl -w net.ipv4.ip_local_port_range="15000 65000"
75+
sudo sysctl -w net.ipv4.tcp_fin_timeout=30
76+
sudo sysctl -w net.ipv4.tcp_tw_reuse=1
77+
7278
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7379

7480
- name: generate or hydrate protos

0 commit comments

Comments
 (0)