On Thu, Nov 20, 2014 at 1:03 AM, Mustafa Muhammad
<[email protected]> wrote:
> I am using radosgw, I have a large number of connections with huge
> files, the memory usage keeps getting higher until killed by the
> kernel, I *think* because of buffering for each request.
> Is the a way to limit the buffer size for each object (or for each
> connection)? and What do you suggest?\\\


These are main two factors that would affect your memory consumption
 - number of threads (rgw thread pool size)
 - window size (rgw_get_obj_window_size)

There's also the chunk size, but the window size should supersede it.

Yehuda
--
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