[go-nuts] Re: Seeing high RES memory but very little inuse_space

2023-02-16 Thread Mohit Goyal
Note: the json library is https://github.com/goccy/go-json On Thursday, February 16, 2023 at 9:03:13 PM UTC-8 Mohit Goyal wrote: > We have a job executor that runs periodic jobs. We have being seeing a > constant growth in the RES memory (to the tune of 10 GB). However, our heap >

[go-nuts] Seeing high RES memory but very little inuse_space

2023-02-16 Thread Mohit Goyal
We have a job executor that runs periodic jobs. We have being seeing a constant growth in the RES memory (to the tune of 10 GB). However, our heap usage is constant at around 75-85MB. Here are the stats for the same - - process_resident_memory_bytes 1.0107805696e+10 = 10GB - go_memstats_h