Skip to content

Commit

Permalink
Merge pull request #19 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 862a752 + 5a8ae8e commit 5f366bd
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 5f366bd

Please sign in to comment.