Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
felipealfonsog committed May 16, 2024
1 parent 4402850 commit 5a8ae8e
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 @@ -51,7 +51,7 @@ void optimize_memory() {
if (used > MAX_MEM_USAGE) {
// logic to adjust memory settings if needed
// system("sysctl vm.swappiness=10");
system("sysctl vm.swappiness=10");
system("sudo sysctl vm.swappiness=10");
}
}
}
Expand Down

0 comments on commit 5a8ae8e

Please sign in to comment.