Skip to content

Instantly share code, notes, and snippets.

@pmarreck
Created April 28, 2023 14:15
Show Gist options
  • Save pmarreck/c03ab0550a77cd014e66f77139c8ad4a to your computer and use it in GitHub Desktop.
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
# 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