-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: disk-usage-plugin
-
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?