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

export and exportAsync goes into memory leak #200

Open
vvaldersteins opened this issue Aug 27, 2019 · 0 comments
Open

export and exportAsync goes into memory leak #200

vvaldersteins opened this issue Aug 27, 2019 · 0 comments

Comments

@vvaldersteins
Copy link

Hi there!

I just noticed that my application started to go into memory leak every x hours. After digging into the problem, I figured out that this was caused because of the backups it does every x hours. Specifically, the function goes into a memory leak in case there is a big table (mine is around 2GB large). The memory and CPU usage keeps climbing and finally it crashes.

Any suggestions on this?

It happens on both export and exportAsync

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

1 participant