From 6b3b934471127d5b8ec1517d0893e4df12d4e4a1 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:07:36 +0100 Subject: [PATCH] [util] Clarify maxDeviceMemory and maxSharedMemory This config often leads to confusion as people expect applications to honor the limit. --- dxvk.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dxvk.conf b/dxvk.conf index 110d2d55..d561f658 100644 --- a/dxvk.conf +++ b/dxvk.conf @@ -90,6 +90,7 @@ # Override maximum amount of device memory and shared system memory # reported to the application. This may fix texture streaming issues # in games that do not support cards with large amounts of VRAM. +# This is not a hard cap and applications can choose to ignore it. # # Supported values: Any number in Megabytes.