From df4c6987581392d120a57b3eaba294f6eeb040fb Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 16 Dec 2023 18:38:39 -0600 Subject: [PATCH] words --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c7b42e..d05f176 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,13 @@ use. Some utilities have been left in for convenience (*ie:* `wget`, `less`, `fi Size is *not* a priority for this image/project. Currency *(time, not money)* and convenience *are* the priorities. -### Fedora-driven tweaks -`dnf` has been tweaked *slightly* to improve speed/reduce needless resource usage. - - `max_parallel_downloads`: Set to the (current) limit of 20, more packages fetched at once. - - `fastestmirror`: Contrary to what the name implies, it's not always fastest. This measures latency; not bandwidth. - - `deltarpm`: No old packages will exist to diff, so save the CPU cycles +## Fedora tweaks + +These are all for the package manager, `dnf`. +The goal is to both reduce resource usage *and* improve performance: + +- `max_parallel_downloads`: Leverage faster networks / more connections. +Limit of 20. +- `fastestmirror`: Contrary to what the name implies, this tends to slow things +down. Measures latency -- *not* bandwidth. +- `deltarpm`: No old packages will exist to diff. Save the cycles/consideration.