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

system server memory overflow: memory & cpu goes too high after long time running #33

Closed
maslow opened this issue Jan 13, 2022 · 0 comments
Labels
priority:medium Something isn't working

Comments

@maslow
Copy link
Member

maslow commented Jan 13, 2022

By viewing all references of getApplicationDbAccessor() api in system-server, found that all accessor connections created for app were forgot to close. It accumulates too much darling db connections during a few hours running time, cause that sys server & mongo server's cpu and memory go high.

How to fix:
Just close the connections which not needed.

@maslow maslow added the priority:medium Something isn't working label Jan 13, 2022
maslow added a commit that referenced this issue Jan 13, 2022
@maslow maslow closed this as completed Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant