Hi All
Am trying to do some alembic caching in maya in a mayapy session on farm and currently it used all the availbale threads, I was wondering if there is a solution
to actually specifically say maya run within certain number of threads.
What farm solution do you use? What operating system?
Maya aside, can you make use of cpu affinity? Any good render farm solution should have the ability to bind the task to the allocated cores.
This is the basic level support we apply in our render farm. But on linux we make use of cgroups for maximum control. This way it doesn't matter what the settings are in the software. It can't steal more cpu than it was allocated.
I don't know much about Alembic support, but I see Maya gives control over than thread count setting. I don't know if that controls an actual thread pool or a constant value as an advisory amount. Or even if 3rd party code has to abide by it. Plugins could still use threads regardless.
I tried to use cmds.threadCount, don't seem to be working for me, it still uses all threads.
thanks
Arjun