Here is long running snapshot with types

https://drive.google.com/open?id=0B8cERbS5JTTtZkVpWmhVWS11UkU

2016-02-02 17:22 GMT+01:00 Gary Gregory <garydgreg...@gmail.com>:

> Can you look and see what kind of objects are retained?
>
> Gary
> On Feb 2, 2016 2:33 AM, "David Skalka" <david.ska...@gmail.com> wrote:
>
> > Why this code causes a memory leak?
> >
> > code:
> >
> > *while(true){*
> > * CloseableHttpClient httpclient = HttpClientBuilder.create().build();*
> > * httpclient.close();*
> > * Thread.sleep(5);*
> > * }*
> >
> >
> > Here is a graph of memory allocation:
> >
> > https://drive.google.com/file/d/0B8cERbS5JTTtMnUyVXJNZDRFbHM/view
> >
>

Reply via email to