Jump to content

Fuse SOP eats all RAM - can be reduced?


Recommended Posts

I know about Cache Manager (Shift+Alt+M), but I am looking for a way to clear memory DURING cooking. Otherwise definition will crash.

I tried rewriting fuse SOP in VEX, but with the same problem:


    int points[]=pcfind(0,"P",@P,0.0000001,200);
    pop(points,0);
    
    foreach(int i; points){
        removepoint(0,i);
    }

Edited by Daniel_Daniel
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...