Skip to content

Commit

Permalink
Merge pull request #13 from felipealfonsog/development
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
felipealfonsog authored May 16, 2024
2 parents d636d71 + 415ff52 commit a969a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opticpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void install_dependencies() {
void adjust_cpu_parameters() {
// Add logic to adjust CPU parameters using cpupower
// For example: system("cpupower frequency-set -g performance");
system("cpupower frequency-set -g performance");
system("sudo cpupower frequency-set -g performance");
}

// Function to optimize CPU usage
Expand Down

0 comments on commit a969a05

Please sign in to comment.