You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andexportAsync
The text was updated successfully, but these errors were encountered: