We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4195a commit ca286d5Copy full SHA for ca286d5
content/en/docs/installation/installation-linux.md
@@ -322,6 +322,9 @@ However just in case run:
322
# this should be all you need to use the GMT metric providers
323
sudo modprobe msr
324
325
+# To make it permanent you should add it to systemd
326
+echo "msr" | sudo tee /etc/modules-load.d/msr.conf
327
+
328
# this is optional if you want to debug stuff
329
330
sudo modprobe intel_rapl_msr # activates /sys/devices/virtual/powercap/intel-rapl subsystem
0 commit comments