ViRGE
Elite Member, Moderator Emeritus
- Oct 9, 1999
- 31,516
- 167
- 106
VRAM allocation at the application level is virtualized. The GPU drivers will give Windows (or any other application) its own memory space, and then allocate physical RAM based on their own algorithms. So Windows can (and does) end up anywhere.But given that VRAM usage DOES show the same results we're seeing...this makes me suspicious. Can anyone comment on what section of VRAM Windows would use first? Would it allocate off the bottom of the VRAM stack?
The reason that the program in question always shows memory bandwidth falling near the end is because it's filling up its memory allocation chunk by chunk. It has to fill the 3GB+ before the physical VRAM is maxed out and spills over to system RAM.
Last edited: