On Mon, Oct 7, 2019 at 12:54 AM <miha.vrhov...@gmail.com> wrote:
>
> We are having a very weird problem, where the process memory keeps rising, 
> but both the pprof and valgrind report no memory leaks. But the RSS just 
> keeps rising.The C part is in external so library

In the absence of other memory pressure on the system as a whole,
increasing RSS just means that your program is using different
addresses for allocated memory.  This isn't necessarily unexpected.
If overall memory usage is not increasing, there may not be a problem
here.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcX1ViOC%2BWucfQfCjj0g8DCU7_O%2Bj1ZYJXbqCZ%3DZFHEPeg%40mail.gmail.com.

Reply via email to