I’m trying to add the same paramaters to /etc/modprobe.d/nvidia.conf as nvidia-modbrope --unified-memory --create-nvidia-device-file=0to load at boot. Not sure what exactly to add as parameters and options to /etc/modprobe.d/nvidia.conf. Running CentOS8 with 4.18.0-240.15.1.el8_3.x86_64 kernel and TU104 [GeForce RTX 2070 SUPER] card. Perhaps I’m overthinking or going in the wrong direction. Any pointers are appreciated!
I’m sorry to pester, but what is the option parameter to add to the modprobe.d/nvidia.conf? modinfo nvidia provides me with following parameters but I’m confused which one is responsible for uvm?
Thanks for clarifying! In the end, went with the simplest solution and added a cron job to load the unfied memory kernel module: @reboot /usr/bin/nvidia-modprobe --unified-memory --create-nvidia-device-file=0 >> /var/log/nvidia-boot.log 2>&1
Thanks again and all the best!