diff --git a/tests/run-benchmark.rb b/tests/run-benchmark.rb index 76c5ae28..63f537ac 100755 --- a/tests/run-benchmark.rb +++ b/tests/run-benchmark.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # Note: before you run this test, make sure you set: -# sysctl net.ipv4.tcp_max_syn_backlog=20000 +# sysctl -w net.ipv4.tcp_max_syn_backlog=20000 # To make sure that all the TCP connections are retried correctly. require 'cassandra'