You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey All,
Just thought I'd share how I set up Intel GPU Monitoring on my UGREEN NAS, as I ran into some permissions issues at first.
The Issue:
Initially I followed the Intel GPU guide article here. I found that I was consistently receiving some GPU monitoring errors in the container logs:
I found that intel_gpu_top wasn't getting the proper permissions, even after following the guide linked above:
The Fix:
Set perf_event_paranoid=2 on the host system.
sudo sysctl kernel.perf_event_paranoid=2The default system setting is 3 which appears to be too restrictive.
I'm sure it'll revert back after an OS update, but this was helpful in getting GPU monitoring to work.
All reactions