-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
- Boot time to apply tweak 60s -> 30s | ||
- Increased vfs_cache_pressure to 40 (This to avoid out-of-memory conditions) | ||
- Nuked Google's schedutil rate-limits from Pixel 3 (This is old and doesn't make sense using ir on newer devices) | ||
- Disabled swap readahead completely | ||
- Increased kernel.perf_cpu_time_max_percent to 40 (This might increase performance) | ||
- Low latency for busy_poll & busy_read (This might incease power usage) | ||
- Use a "smarter way" to tweak scheduler | ||
- Tweaked sched_nr_migrate (For less latency) | ||
- Cleaned up zswap tweak log | ||
- Reduced stat_interval to 15 (For a bit less latency) | ||
- Hardcoded swappiness to 100 | ||
- Increased nr_requests to 256 (For a better scheduler performance) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
id=YAKT | ||
name=Yet Another Kernel Tweaker | ||
version=v9 | ||
version=v10 | ||
versionCode=1 | ||
author=NotZeetaa | ||
description=This modules tweaks your kernel parameters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters