If the user has a lot of big log files, Drive will crash when trying to create a ZIP file containing all of them. The system could break (memory limit I would say).
A solution could be to check the file size of a given log file and if it is more than 50 Mo, we can ignore it. As we keep 30 days of logs, we can zip 30 * 50 Mo = 1,500 Mo in the worst case.
Good to know, now reports are zipped archives, so a report of 50 Mo can contain a real log file of the size of 600 Mo.
- depends on
-
NXDRIVE-846 Purge log lines to keep only helpful ones
- Resolved