Thank you so much, I will check. Would need help on the timeout error as well:
Benchmarking x.x.x.x (be patient) Completed 8000 requests apr_socket_recv: Connection timed out (110) Total of 8972 requests completed Thanks, RS On Thu, Sep 22, 2016 at 12:10 PM, Yann Ylavic <ylavic....@gmail.com> wrote: > Hi, > > On Thu, Sep 22, 2016 at 6:32 AM, Rashmi Srinivasan > <rashmisrinivasan2...@gmail.com> wrote: > > > > ================================================ > > 2000 concurrent requests > > > > Benchmarking x.x.x.x (be patient) > > socket: Too many open files (24) > > You should probably change the 'ulimit -n' on the host running ab, > something like: > > $ ulimit -n 4096 # once for the whole terminal/shell session > $ ab ... # as many times as needed ;) > > Regards, > Yann. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >