3

Is it possible to limit the video memory a software can use? In my case, I want to tell a game I have half the memory to test some performance issues.

Hennes
  • 65,804
  • 7
  • 115
  • 169
Saiyine
  • 389

2 Answers2

2

I don't think this is possible. Some games have command line switches to restrict memory usage, you might want to investigate that.

1

Some video cards share the RAM as the VRAM, and you can adjust the size in the BIOS.

XTL
  • 316