Skip to content

Commit f3d0717

Browse files
authored
12gb nvidia override
1 parent db3b950 commit f3d0717

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wiki/Troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,12 @@ This is a generic error code representing any issue with logging in to CIG serve
300300
- Some Penguins are seeing VRAM exhaustion problems on nvidia cards
301301
- Use an environment variable **OR** a config file to override the max device memory. Refer to [DXVK config](https://github.com/doitsujin/dxvk/blob/master/dxvk.conf) for examples
302302
- Add a new `DXVK_CONFIG` environment variable
303+
- Card with 12GB vram: `export DXVK_CONFIG="dxgi.maxDeviceMemory = 9216;cachedDynamicResources = a;"`
303304
- Card with 10GB vram: `export DXVK_CONFIG="dxgi.maxDeviceMemory = 8192;cachedDynamicResources = a;"`
304305
- Card with 8GB vram: `export DXVK_CONFIG="dxgi.maxDeviceMemory = 6144;cachedDynamicResources = a;"`
305306
- Card with 6GB vram: `export DXVK_CONFIG="dxgi.maxDeviceMemory = 4096;cachedDynamicResources = a;"`
306307
- Create a new `dxvk.conf` file then add environment variable `export DXVK_CONFIG_FILE=path/to/dxvk.conf`
308+
- Card with 12GB vram: `dxgi.maxDeviceMemory = 9216` and `d3d11.cachedDynamicResources = "a"`
307309
- Card with 10GB vram: `dxgi.maxDeviceMemory = 8192` and `d3d11.cachedDynamicResources = "a"`
308310
- Card with 8GB vram: `dxgi.maxDeviceMemory = 6144` and `d3d11.cachedDynamicResources = "a"`
309311
- Card with 6GB vram: `dxgi.maxDeviceMemory = 4096` and `d3d11.cachedDynamicResources = "a"`

0 commit comments

Comments
 (0)