From c5ab5be48d7c4db8a70cfaaabe3335b6dd1fb913 Mon Sep 17 00:00:00 2001 From: Trevonn Date: Thu, 15 Jun 2023 19:23:24 +0100 Subject: [PATCH] [util] Set maxChunkSize to 1 for EA App Reduces GPU VRAM usage of EADesktop.exe from 162MB to 6MB --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index d204b71f..816cbd1b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -372,6 +372,10 @@ namespace dxvk { { R"(\\Rockstar Games\\Social Club\\SocialClubHelper\.exe$)", {{ { "dxvk.maxChunkSize", "1" }, }} }, + /* EA Desktop App */ + { R"(\\EADesktop.exe\.exe$)", {{ + { "dxvk.maxChunkSize", "1" }, + }} }, /* Fallout 76 * Game tries to be too "smart" and changes sync * interval based on performance (in fullscreen)