diff makefile @ 2340:45975e8f16f0

reminder of how to get 'performance' scaling governor
author drewp@bigasterisk.com
date Fri, 02 Jun 2023 17:35:08 -0700
parents 4b331ac7784f
children 2088c500415e
line wrap: on
line diff
--- a/makefile	Fri Jun 02 17:34:24 2023 -0700
+++ b/makefile	Fri Jun 02 17:35:08 2023 -0700
@@ -1,5 +1,9 @@
 ### setup ###
 
+performance_mode:
+	for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x }
+
+
 packages:
 	sudo aptitude install -y \
 		audacity \