AB Stress Test Socket: Too Many Open Files Fix

The default socket limit is 1024, and you need to increase the number of socket connections.

ulimit -a

 

 

ulimit -n 65535

ulimit -a

 

Re-run the test to apply the changes.

Leave a Comment

Your email address will not be published.