Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
As I mentioned in the discussion on the mailing list, GIRAPH-45 patch itself wasn't enough to run jobs with any amount of messages data. The thing which can still happen is that we have too many send messages requests to which we didn't get replies yet, so these requests use all our memory. Adding limit on the number of open requests will fix that last case.