-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix excess memory usage in django upload (#726)
* Add get_memory_usage function * Rewrite memory usage functions * Added memory usage logging to finalise.py * Fix associations memory leak * Revert "Added memory usage logging to finalise.py" This reverts commit 656ff1b. * Revert "Rewrite memory usage functions" This reverts commit bfd581d. * Revert "Add get_memory_usage function" This reverts commit bbae979. * Remove hardcoded batch size * Updated changelog
- Loading branch information
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters