Hi,
I am using civetweb in my radosgw, if I use "rgw thread pool size"
that is more than 1024, civetweb doesn't work.
e.g.
rgw thread pool size = 1024
rgw frontends = "civetweb port=80"

#ps aux -L | grep rados | wc -l
1096

everything works fine


If I use:
rgw thread pool size = 1025
rgw frontends = "civetweb port=80"

# ps aux -L | grep rados | wc -l
43

And http server is not listening.

If I don't use civetweb:
rgw thread pool size = 10240

# ps aux -L | grep rados | wc -l
10278

Regards

Mustafa Muhammad
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to