Re: [go-nuts] Memory usage

2021-12-15 Thread Gareth Owenson
e then a memory leak in that >> API is the first place to start looking.. >> >> On Mon, Dec 13, 2021 at 10:14 AM Gareth Owenson >> wrote: >> >>> Hi all >>> >>> We have a go application that processes large numbers of documents. It &

[go-nuts] Memory usage

2021-12-13 Thread Gareth Owenson
Hi all We have a go application that processes large numbers of documents. It behaves like it has a memory leak, eventually exhausting system ram after a few hours. I've setup pprof and looked at the various outputs, and that is adamant that the application is only using some 50MB of ram,