This commit is contained in:
Josh Lay 2023-12-16 18:50:36 -06:00
parent 02b2027e9a
commit 9d69f4f9ea
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -9,13 +9,12 @@ 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)* Size is *not* a priority for this image/project. Currency *(time, not money)*
and convenience *are* the priorities. and convenience *are* the priorities.
The `steamcmd` libraries are made available using `ld.so.conf.d`. ## Tweaks
Most other images juggle symlinks instead.
## Fedora tweaks The `steamcmd` libraries are made available using `ld.so.conf.d`. This *should* be
preferable to the usual solution: *juggling copies/symlinks*.
These are all for the package manager, `dnf`. Below are the adjustments made to the package manager `dnf`.
The goal is to both reduce resource usage *and* improve performance:
- `max_parallel_downloads`: Raised to the limit of 20. Leverages faster networks - `max_parallel_downloads`: Raised to the limit of 20. Leverages faster networks
/ more connections. / more connections.