[util] Set maxChunkSize to 1 for Battle.net

Currently when Diablo 4 is running the Battle.net launcher it uses around
600MB of VRAM. Reducing the max chunk size to 1MB reduces the memory usage
to around 150MB.
This commit is contained in:
Timo Gurr 2023-06-15 01:21:07 +02:00 committed by Philip Rebohle
parent 7388c243d2
commit 6478c10a18
1 changed files with 4 additions and 0 deletions

View File

@ -387,6 +387,10 @@ namespace dxvk {
{ R"(\\Fallout76\.exe$)", {{
{ "dxgi.syncInterval", "1" },
}} },
/* Blizzard Entertainment Battle.net */
{ R"(\\Battle.net\.exe$)", {{
{ "dxvk.maxChunkSize", "1" },
}} },
/**********************************************/
/* D3D9 GAMES */