Does backup.restore()
release the memory?
#381
Unanswered
TheSalarKhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I was wondering if restoring a database to a previous state releases RAM?
I have a case where some tests have massive amounts of data required on top of the base data. and before every test the db is restored back to the base state using
backup.restore()
.My question is would this release the memory allocated by the data added after the last restore?? Do I need to worry about OOM error when running a large number of sequential tests ??
Beta Was this translation helpful? Give feedback.
All reactions