Question ASUS Laptop Nvidia 1650ti memory not being fully used

May 17, 2023
1
0
10
Task manager shows 19 gb memory ram, RDR2 only says 4gb of Video memory. Of course 15 gb of that is shared memory, and that might be the problem, but please explain it to me
 
You are confusing the Windows system RAM with GPU's VRAM. Both are different. Your GPU only comes in a 4GB variant.
 
Last edited by a moderator:
Shared GPU memory is basically like the page file for VRAM, only it lives on RAM rather than a storage drive. When the video card runs out of VRAM, it starts using system RAM tied to the application itself. So if say RDR2 starts using 8GB of VRAM, it'll increase its apparent memory usage by 4GB.

Application's don't see this because Windows doesn't report it to them. It's not something you should be designing games around.