Announcement

Collapse
No announcement yet.

low thread priority on render server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • low thread priority on render server

    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?

  • #2
    Low Thread Priority option works only for the workstation machine.
    You can Set Affinity for VraySpawner from Windows Task Manager for that purpose.

    This topic has been discussed also here:
    http://forums.chaosgroup.com/showthr...finity+spawner
    Svetlozar Draganov | Senior Manager 3D Support | contact us
    Chaos & Enscape & Cylindo are now one!

    Comment


    • #3
      This is good to know. I'd been checking off low priority recently for DR jobs thinking it would ease the cpu usage in DR.
      Brendan Coyle | www.brendancoyle.com

      Comment


      • #4
        Would be cool to have an option for that int he render dialog though
        Software:
        Windows 7 Ultimate x64 SP1
        3ds Max 2016 SP4
        V-Ray Adv 3.60.04


        Hardware:
        Intel Core i7-4930K @ 3.40 GHz
        NVIDIA GeForce GTX 780 (4096MB RAM)
        64GB RAM


        DxDiag

        Comment


        • #5
          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.
          Dmitry Vinnik
          Silhouette Images Inc.
          ShowReel:
          https://www.youtube.com/watch?v=qxSJlvSwAhA
          https://www.linkedin.com/in/dmitry-v...-identity-name

          Comment


          • #6
            There is environment variable "VRAY_NUM_THREADS" for V-ray for Maya.
            Is this variable working with max V-ray?

            Comment


            • #7
              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.
              Svetlozar Draganov | Senior Manager 3D Support | contact us
              Chaos & Enscape & Cylindo are now one!

              Comment


              • #8
                You can put a small scrupt in plugins folder (on each machine or on network for everyone) with that :

                sysInfo.MAXPriority = #low

                Comment


                • #9
                  thanks for answers

                  Originally posted by svetlozar_draganov View Post
                  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.
                  I know but this is very usefull too..

                  Originally posted by KiboOst View Post
                  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...

                  Comment


                  • #10
                    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

                    Working...
                    X