Description
Currently in map and update host tasks in IMRU input and output are maintained in memory between the iterations. Also for large sized messages a lot of internal memory is being utilized for pipelining.
The aim of the jira is to remove the maintenance of input and output between the iterations. Also GC.Collect is used for now to remove memory overheads.