Skip to content

[Core] Prune references in running block to reduce memory footprint after fork #3

@vsergeev

Description

@vsergeev

Blocks that have forked for running still indirectly hold references to the other blocks in the flow graph, which includes any variables or memory allocated in their instantiate() and initialize() methods.

The memory footprint of a running block can be reduced by pruning these unneeded references.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions