Reducing the amount of used RAM using compiled blocks

   224   0   1
User Avatar
Member
20 posts
Joined: 1月 2019
Offline
I have a network of nodes in an asset and inside it there are a lot of resource intensive operations like converting to VDB SDF and back.
And all this takes up a lot of space in RAM. I would like that after the entire network in the asset is executed, only the result of the asset remains in RAM. I thought that if I put all the contents in a compiled block, then after cooking the network, the RAM will be freed, but this does not happen.
Is there another way to solve my problem?
  • Quick Links