in reply to Re: Tracing memory leak
in thread Tracing memory leak
Are you storing anything between connections?
No. Connections and requests are hashes (in hashes), but these are deleted after the connection is closed or the request is completed. So, eg, if I send 100000 requests with a concurrency of 50, the number of buckets in the connections hash won't exceed 64, and the number of used buckets afterward is what I'd expect.
|
|---|