Hello.
I am trying to determine the approximate processing load when creating schematics in AWE Designer.
I observed the CPU gauge of AWEServer using the FIR Loading module.
As I gradually increase the number of taps, the CPU gauge jumps from around 90% to 100%.
Of course I understand that it becomes unstable before 100%, but I feel that 90% is a little too close.
Is there some limit set around 90%?
Thanks Naomichi
AWEServer processing load limit
#1
AWEServer processing load limit
9:51am
Hello naomichi_tsuduno,
There is no mechanism to automatically cap the processing load at 90%, however you can either keep a close watch on this number in the AWE Server window or use the System Variable module to implement some logic to let you know when you hit this number. In the attached AWD, I set up some logic to mute the output if CPU% >= 90%:
Thanks,
Kevin
4:46am
Thanks for answering Kevin.
I see that you are not performing any special behavior by detecting 90%.
I will try to verify this using the awd file you gave me.
I will respond if I find anything else.
Thanks Naomichi