Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.5
-
None
Description
>>> java.lang.OutOfMemoryError: Java heap space
The query to get the tasks reads all the tasks from the store and thus results in filling up the heap. There is no need to read all the tasks as only the recent few (~100) are ever required.