What happens when GPU runs out of memory?
Modern GPUs will run a hybrid mode where the drivers/GPU start streaming texture data from system RAM over the PCIe bus to make up for the “missing” RAM. Since system RAM is 3-5X slower than GDDR5 with much higher latency, running out of “VRAM” would translate into a slower application and significant FPS loss. What happens if my GPU memory …