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 #25

Closed
adityapatadia opened this issue Aug 27, 2021 · 1 comment
Closed

Memory leak #25

adityapatadia opened this issue Aug 27, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@adityapatadia
Copy link

I deployed this in production yesterday for usage with MongoDB driver. I was using version 6.x before. When I deployed, memory usage continually kept going up. I am almost certain that this package caused it.

Let me know what information I can give to track it down.

@Brooooooklyn
Copy link
Owner

Confirm fixed:

╔══════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss      │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟──────────┼───────────┼──────────┼──────────┼──────────────╢
║ +80.5 MB │ +80 MB    │ +78.4 MB │ +184 kB  │ -555 kB      ║
╚══════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +164 MB │ +84.2 MB  │ +78.2 MB │ +30.3 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +84.5 MB  │ +78.5 MB │ +64.2 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +84.5 MB  │ +78.5 MB │ +29.3 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +84.5 MB  │ +78.5 MB │ +29.7 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +84.7 MB  │ +78.5 MB │ +28.9 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +84.7 MB  │ +78.5 MB │ +29.5 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +84.7 MB  │ +78.5 MB │ +28.9 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +85 MB    │ +78.5 MB │ +29.3 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

╔═════════╤═══════════╤══════════╤══════════╤══════════════╗
║ rss     │ heapTotal │ heapUsed │ external │ arrayBuffers ║
╟─────────┼───────────┼──────────┼──────────┼──────────────╢
║ +165 MB │ +85 MB    │ +78.5 MB │ +28.9 MB │ -555 kB      ║
╚═════════╧═══════════╧══════════╧══════════╧══════════════╝

mixazizup added a commit to mixazizup/snappy that referenced this issue Jul 16, 2022
redhawkIT added a commit to redhawkIT/snappy that referenced this issue Jul 16, 2022
tylerc2023 added a commit to tylerc2023/snappy that referenced this issue Sep 8, 2022
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

2 participants