Skip to content

Resolve "MR: Reduce the memory footprint of the component tree"

What does this MR do?

It assigns simpler Properties to Components in the MR component tree to reduce our memory footprint.

Please double check all ported logic, if everything is still correct

Why was this MR needed?

We are using way too much memory due to having too big objects being watched.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #48964 (closed)

Edited by Tim Zallmann

Merge request reports