gci-go icon indicating copy to clipboard operation
gci-go copied to clipboard

Not collecting memory if no request arrives

Open danielfireman opened this issue 7 years ago • 0 comments

It is easy to imagine a metrics collector running on an idle (not receiving requests) server. That consumes memory, which is not going to be collected in the current model. Opening this issue to discuss/implement proposals.

As the go implementation actually switches the GC off (differently from the JVM implementation), we need to worry about this

@thiagomanel any suggestion/comment about this issue?

danielfireman avatar Jan 09 '18 20:01 danielfireman