RESOLVED: Crash. ram goes over 10 gb and crash

on project launch ram gets to 100%. in safe mode i disabled every node, still the same
projection.toe (4.24 MB)

Could you tell us which build you are using and which operating system?

I can consistently reproduce a crash by copying the structPattern container into another project. If I turn down the resolution of the input rectangles to 100 x 100 I don’t crash - though at this resolution total vram usage for just the set of operators in this container comes in at 1.1GB.

If I save the project file with the 100 x 100 resolution on those rectangle TOPs I’m able to safely start the project.

I’d guess that you’re out of vram, spilling over into cpu ram, then crashing.

We found an issue where nodes in no-cook network are also initialized once on startup, which is what is causing the out of memory crash. The issue has been fixed and we’ll released it after testing. It is in structPattern as raganmd says.