mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fixup install documentation to reflect new repo path
This commit is contained in:
7
data/scripts/optimize_proc.sh
Normal file
7
data/scripts/optimize_proc.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
for i in /sys/devices/system/cpu/cpu[0-9]
|
||||
do
|
||||
echo performance > $i/cpufreq/scaling_governor
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user