Jump to content

D_gate

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by D_gate

  1. 14 minutes ago, TowerRH said:

    Figured it out. I knew I was almost there.

    And now I am working as well, with all the messing around I did (due to swapping routers when one died) I messed around with this setting as well.  With the new wireguard file and updating the IP to what it should be I am now working.  

     

    Thank you all

  2. I recently had a power outage and ever since that my docker will not allow me to the Web UI site.  Every time I try to get to the Web UI, I am getting a Site cannot be reached, [IP] took too long to respond.  I am running the same port 8080.  I have tried to change this to see if this was causing the issue but it made no difference.  

  3. 14 hours ago, ich777 said:

    What have you tried so far?

    I'm really not that experienced with clock speeds and memory speeds but it should be possible to set a power limit, please note that this is a Nvidia specific subject and not really related to Unraid since this can be very difficulty on headless machines since you need a X environment from what I know.

     

    To set a power limit on boot put this into your go file for example:

    
    # Set power limit for Nvidia GPU
    nvidia-persistenced
    nvidia-smi -i 0 -pl 100

    Explanation: You have to enable 'nvidia-persistenced' for this to work after that you issue the command 'nvidia-smi' and the parameters '-i 0' (0 stands for the first card in the system) and then set a power limit of 100 Watt in this example with '-pl 100'.

     

    Don't know if that's possible on 3000 series graphics cards but it should be.

    I can set the power limits just fine but when I try and modify the clocks I get this error. 

     

    root@Jarvis:~# nvidia-smi -i 1 -ac 10000,1500
    Setting applications clocks is not supported for GPU 00000000:02:00.0.
    Treating as warning and moving on.
    All done.

×
×
  • Create New...