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

Memory Leak Issue #60

Open
Aman035 opened this issue Jul 19, 2024 · 0 comments
Open

Memory Leak Issue #60

Aman035 opened this issue Jul 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Aman035
Copy link
Member

Aman035 commented Jul 19, 2024

Cause of the issue - Snode is creating listeners ( winston logger ) objects for every class / serivce which causes this issue.
Possible solutions

  1. Increase listener limit - Not recommended
  2. Create 1 global instance and use it everywhere - recommended

image

@Aman035 Aman035 added the bug Something isn't working label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant