fix scaling_min_freq to the max allowed freq value (2.3 Ghz)
Got an error setting scaling_min_freq to the previous value, to change it to the correct value (min equal to max) is needed to get max value from cpuinfo_max_freq file (after we have changed performance profile).
The check was done with the below command:
# cpupower frequency-info --hwlimits
analyzing CPU 0:
hardware limits: 1000 MHz - 2.30 GHz
# cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_max_freq