Fix nvidia cache size; 10G

This commit is contained in:
the-sane
2024-11-03 11:18:30 -05:00
parent b43a3d5711
commit a7dfe90651
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ export WINEDEBUG=-all # Cut down on console debug messages
export EOS_USE_ANTICHEATCLIENTNULL=1
# Nvidia cache options
export __GL_SHADER_DISK_CACHE=1
export __GL_SHADER_DISK_CACHE_SIZE=1073741824
export __GL_SHADER_DISK_CACHE_SIZE=10737418240
export __GL_SHADER_DISK_CACHE_PATH="$WINEPREFIX"
export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1
# Mesa (AMD/Intel) Shader Cache Options