Monday, April 5, 2010

apr_poll timeout while running ab

If you get this error while running ab (ApacheBench) on your mac:

apr_poll: The timeout specified has expired (70007)

It may get fixed with:

sudo sysctl -w net.inet.ip.portrange.first=32768
sudo sysctl -w net.inet.tcp.msl=100

0 comments: