I load the tensorrt model repeatedly, and then close the program. (repeat it).The ubuntu happen system crash.
If I reboot the PC, it will work.
Do you have any idea to avoid the “system crash” ?
Environment
TensorRT Version: 7.2.2 (nvcr.io/nvidia/tensorrt:20.12-py3)
GPU Type: GeForce RTX 2060
Nvidia Driver Version: 455.45.01
CUDA Version: CUDA 11.1
OS system: ubuntu 18.04
command : nvidia-persistenced
message : nvidia-persistenced failed to initialize. Check syslog for more details.
command : less /var/log/syslog
message :
Jan 19 17:15:11 sa nvidia-persistenced: Failed to lock PID file: Resource temporarily unavailable
Jan 19 17:15:11 sa nvidia-persistenced: Shutdown (16047)
How to make sure it is continuously running?
htop. I cant see any nvidia
With the persistence daemon started, the crash shouldn’t happen. In case it does, please enable journald persistence first. Currently, all logs are purged on reboot, so no errors are caught in the logs.