``` triangle_surface_area_heuristic_.resize((uint32_t)interior_nodes_.size(), 0); ``` can oom when loading a capture. `interior_nodes_.size()` is in bytes but only one float per node is needed (1/128 of the allocated amount).