How do I decrease CPU LOAD resulting form JIT.MOVIE~ OBJECTS?

matthew Munson's icon

Going into VIEW and selecting SHOW CPU USAGE I see two JIT.MOVIE~ OBJECTS require 50% of processing power each. I have read about decreasing VECTOR SIZE but wanted to first inquire about what this would do. I can change VECTOR SIZE from 2048 to 1024. How would that help is my question? What else can I do to decrease the load on CPU USAGE? Thanks for the help in that matter.

Source Audio's icon

this is hardly possible,
you maybe misunderstand the info.
I guess it says that avearage CPU load is shared 50/50 by 2 jit.movie~ objects...
where average CPU load could have been reported < 1 %

matthew Munson's icon

Max Console says: jit.movie~: 55.38% of total CPU

Rob Ramirez's icon

the biggest reduction in cpu usage will be achieved by enabling output_texture and keeping all image processing on the GPU with textures - https://cycling74.com/tutorials/best-practices-in-jitter-part-1

matthew Munson's icon

Thanks for the article.