-
Bug
-
Resolution: Unresolved
-
Major
-
None
Getting frequent OutOfMemoryError.
Analysing the source code, I think is the DiskUsageCallable.call() creating the "exceeded" file list.
Shouldn't it be iterable to avoid large memory loads?
Hi, please do you have some heap dump? Exceeded file list should not cause memory leak. I will look at it.