rend3 icon indicating copy to clipboard operation
rend3 copied to clipboard

Slow GPU memory leak

Open John-Nagle opened this issue 1 year ago • 0 comments

I've been running "render-bench" using Rend3 rev = "c2c2d3237" for long periods. (I was hoping to reproduce Issue #480, but that problem is not occurring with "render-bench.") That's the demo which generates rows of buildings, deletes half of them, waits 10 seconds, and re-creates them.

There's a slow leak of GPU memory. About 1% of 8GB is lost per minute.

Screenshot from 2023-03-27 12-36-45

Screenshot from 2023-03-27 13-16-53

Notice the GPU memory in use rising from 29% to 88%.

Yesterday I left this program running for an hour, and the program stalled, no longer responding to keyboard or mouse, probably when usage passed 100%. This time I was able to catch it and get statistics before it locked up the system.

To reproduce, use "render-bench", branch "postculling".

John-Nagle avatar Mar 27 '23 20:03 John-Nagle