20.0: Initial bringup

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-10-15 07:53:14 -04:00
parent 2acd454f13
commit 055ed9bfad
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
117 changed files with 25943 additions and 10 deletions

View file

@ -34,7 +34,7 @@ sed -i 's/DurationnScale = 1.0f;/DurationScale = 0.5f;/' services/core/java/com/
fi;
if enter "kernel"; then
sed -i "s/#define VM_MAX_READAHEAD\t128/#define VM_MAX_READAHEAD\t512/" ./*/*/include/linux/mm.h; #Lee Susman <lsusman@codeaurora.org>: Change the VM_MAX_READAHEAD value from the default 128KB to 512KB. This will allow the readahead window to grow to a maximum size of 512KB, which greatly benefits to sequential read throughput.
sed -i "s/#define VM_MAX_READAHEAD\t128/#define VM_MAX_READAHEAD\t512/" ./*/*/include/linux/mm.h &>/dev/null || true; #Lee Susman <lsusman@codeaurora.org>: Change the VM_MAX_READAHEAD value from the default 128KB to 512KB. This will allow the readahead window to grow to a maximum size of 512KB, which greatly benefits to sequential read throughput.
fi;
echo "Starting zram tweaks";