lancelly opened a new pull request, #12393:
URL: https://github.com/apache/iotdb/pull/12393

   Pipelines can be organized into a tree structure. This PR is used to 
estimate the memory usage during the execution of a pipeline. Currently, it is 
assumed that in the most extreme cases, the child pipelines under a 
ConsumeAllChildren type pipeline will all run simultaneously. Therefore, when 
considering memory usage, all children must be accounted for. For 
ConsumeChildrenOneByOne type pipelines, only some of the child pipelines will 
run at the same time. Therefore, only the memory usage of these active children 
needs to be considered, along with the static memory occupied by the inactive 
children.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to