You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
danielfireman
changed the title
Not accounting for memory which is not allocated by a request
Not collecting memory if no request arrives
Jan 9, 2018
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?
The text was updated successfully, but these errors were encountered: