Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix memory leak in file uploads #106

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

luxaritas
Copy link
Contributor

  • When creating temp files on disk from file uploads, the file opened for writing was never closed
  • Run garbage collection more aggressively after running validate and upload calls, to ensure memory is reclaimed in a timely fashion after large uploads

@tkaragianes tkaragianes merged commit 8e233a9 into DasLab:master Jul 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants