Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
5.1.8
-
None
-
None
-
Sprint 37 - Ends Jan 29
-
0.7
Description
When large files are pushed with the restrict file size hook in place and excluding LFS files, a large amount of heap space is consumed.
This is due to use checking the file content to see if it's an LFS file.
We should instead read the file in line by line instead to see if it's an LFS file.