Always right before the green node line drops there is a major garbage collection fired.
I assumed the nodes are related to the React app that the PG is loaded on, so I fired up
http://pryme.design/
Which has no HTML Dom elements really. When I do a profiler on that its at 71 prior to loading all the models then shoots up to ~250 when the models load after start is hit. So I’m assuming textures possibly or GUI stuff gets nested as a node somewhere?
Just trying to understand the cause for the node increase and what is actually happening under the hood that I dont understand.