]> git.saurik.com Git - redis.git/blobdiff - benchmark.c
Fixed issue 72 (SLAVEOF shutdowns redis-server on malformed reply)
[redis.git] / benchmark.c
index 0d53c935aec3ebbe07d8fcb6266b8f543d77fd52..29a12dfb812620838284933e284dd2fb995e06d9 100644 (file)
@@ -421,7 +421,7 @@ int main(int argc, char **argv) {
     parseOptions(argc,argv);
 
     if (config.keepalive == 0) {
-        printf("WARNING: keepalive disabled, you probably need 'echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse' in order to use a lot of clients/requests\n");
+        printf("WARNING: keepalive disabled, you probably need 'echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse' for Linux and 'sudo sysctl -w net.inet.tcp.msl=1000' for Mac OS X in order to use a lot of clients/requests\n");
     }
 
     do {