On Thu, May 19, 2011 at 10:07 AM, Ivan Zhakov <i...@visualsvn.com> wrote: > It's not related to serf memory leaks. The problem with > checkout/update/export that we create a lot of requests at one time, > each with separate pool.
Well, that's a deliberate design decision. And, it's not unbounded - it's directly related to the pipeline length. That said, we were never deleting the requests - that was what my commit fixed. There could be some tricks to reduce the multiple, but we're still going to have ~16KB/inflight request. -- justin