If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Is there any way to start spawner and 3ds max on render server with low thread priority?
Any command line parameter or environment variable or something?
if you start spawner through a .cmd file you can declare a command -belownormal this will run any process in below normal state so you dont have to change it in taskmanager everytime.
Yes - this variable works in V-Ray for 3DSMax as well.
Please note that this variable will set how many threads will be used by V-Ray during the rendering which is not the same thing as low thread priority.
Please note that this variable will set how many threads will be used by V-Ray during the rendering which is not the same thing as low thread priority.
You can put a small scrupt in plugins folder (on each machine or on network for everyone) with that :
sysInfo.MAXPriority = #low
I searched internet and found that this script should be named "priority.ms" and should be placed in scripts/startup folder. http://area.autodesk.com/blogs/ken/h...ity_of_3ds_max
Anyway - thanks for suggestions...
You don't have to name it like that, or place it in a particular folder, just a folder that load scripts at startup. You can even put this line of code anywhere in any other startup script.
Comment