-
Notifications
You must be signed in to change notification settings - Fork 21
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
nsmgr
has memory leaks
#721
Comments
NSMGR TestingWe found that Go runtime in Current memory consumption can be found in
As you can see memory consumption of Here are also the values from go runtime in
HeapIdle tells that
Here is
and
The default behaviour can be changed with env var
As you can see the Go runtime memory stats:
So 28mb total. 40mb - 28mb = 12mb is still unknown. Part of the memory may be related to opened files because memory.stats from the kernel show:
Also the kernel shows that
Further investigation will be related to open |
Our internal tests and tests in the production environment doesn't show any memory leaks. The issues can be closed. |
Description
After highload tests
nsmgr
consumes much more memory than expected. Memory and goroutine profiles doesn't show any leaksThe text was updated successfully, but these errors were encountered: