Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API to clear data(second request) #76

Open
batusekerci opened this issue Feb 6, 2023 · 1 comment
Open

API to clear data(second request) #76

batusekerci opened this issue Feb 6, 2023 · 1 comment

Comments

@batusekerci
Copy link

Previously, at this issue was a request for clearing data API. I repeat this request. Since, we are parsing the exported metrics from CoTurn, and we are doing this in an interval, there is a need to clear existing metrics to clear metrics history.

Or, is there another way?

@batusekerci batusekerci changed the title API for clear data(second request) API to clear data(second request) Feb 6, 2023
@fg-j
Copy link

fg-j commented Mar 20, 2023

I am also dealing with this issue. In fact, the growing heap allocations from this client eventually cause my service to be out-of-memory killed.

In this flame chart showing total bytes of heap allocated for a 60 minute time window, this client allocates nearly 50% of the total bytes allocated in the time window. The allocations made by my application business logic are nearly invisible on the graph because of how negligible they are in comparison.

image

It's vital to be able to clear the heap allocated for data periodically for long-running applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants