From a00e879d6fd88abd235ce908fb48da484a61010c Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 17 Feb 2016 16:33:11 +0100 Subject: [PATCH] Add benchmark test app json. --- tests/run-benchmark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'