X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/0ea663ea01e6cf6b552e99e3416a38ccb56b0a5f..c32514972cbf2255d6c78e0ba4f2c7d7b3f652f5:/benchmark.c diff --git a/benchmark.c b/benchmark.c index 0d53c935..29a12dfb 100644 --- a/benchmark.c +++ b/benchmark.c @@ -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 {