Created
April 28, 2023 14:15
-
-
Save pmarreck/c03ab0550a77cd014e66f77139c8ad4a to your computer and use it in GitHub Desktop.
How to make the fossilize_replay Steam processes (which precompile shaders on Linux) use all your cores
This file contains hidden or 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
# Adjust the core count (or just use nproc) and location to your hardware and steam install location | |
# This will create the file if it doesn't exist yet | |
# From: https://www.reddit.com/r/linux_gaming/comments/prsceh/is_there_a_way_to_get_valves_fossilize_replay/hdqfayv/ | |
echo "unShaderBackgroundProcessingThreads $(nproc)" >> ~/.local/share/Steam/steam_dev.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment