Skip to content

Commit

Permalink
Merge pull request #386 from vladzcloudius/fix-net.ipv4.ip_local_port…
Browse files Browse the repository at this point in the history
…_range-defaults

scylla-node: change net.ipv4.ip_local_port_range default tweaking
  • Loading branch information
tarzanek authored Jun 24, 2024
2 parents 40194e5 + c672e38 commit cabcc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-scylla-node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ sysctl:
- name: 'net.ipv4.tcp_synack_retries'
value: '2'
- name: 'net.ipv4.ip_local_port_range'
value: '2000 65535'
value: '20000 65535'
- name: 'net.ipv4.tcp_rfc1337'
value: '1'
- name: 'net.ipv4.tcp_fin_timeout'
Expand Down

0 comments on commit cabcc44

Please sign in to comment.