-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Warning message following run of script in log
NVRM: Persistence mode is deprecated and will be removed in a future release. Please use nvidia-persistenced instead
Looks like this is a utility that is compiled with the linux driver, however not sure if it's available for the one used w/unraid. Looking through the syslog at boot it doens't seem to load it at system init, but not an expert here. I followed the following references below and modified the script to use nvidia-persistenced --persistence-mode instead of nvidia-smi --persistence-mode=1.
That removed the error and returned the following in the syslog nvidia-persistenced: Started (22826). I'm not 100% clear on how this impacts the intent of this script, stability issues, etc, but will run it to see if any.
Reference Links:
https://download.nvidia.com/XFree86/Linux-x86_64/396.51/README/nvidia-persistenced.html
https://docs.nvidia.com/deploy/driver-persistence/index.html
http://manpages.ubuntu.com/manpages/trusty/man1/alt-nvidia-331-persistenced.1.html
https://github.com/NVIDIA/nvidia-persistenced