-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excessive memory usage for CORE profile on integrated GPU (Windows OS) #48
Comments
The OpenGL tests have a lot of memory leaks, but I don't think that's the issue here, as the tests don't continually (to my knowledge) leak memory. @DrunkyBard do all the OpenGL tests cause this issue? Have you tried the Vulkan one ( |
Other tests are ok since they use compatibility mode. I didn't try the Vulkan example. |
Do you know what is causing the crash? The logs have a stack trace which is sometimes hard to see. What's the problematic frame, and what's the stacktrace? |
Here is the dump file generated after the crash: |
Done some digging and it appears that |
I've tested with given VM options - still the same result and same stacktrace |
Hm... Odd. I can't seem to reproduce the issue. @httpdigest you know about OpenGL, any thoughts? |
Hi,
I tried to run Core32Test on Windows OS on integrated GPU and noticed excessive memory usage on window resizing. Eventually application stops rendering process and crashes with MEMORY_ACCESS_VIOLATION exception when user continues resizing target window.
Everything is fine on Compatibility profile for integrated GPU. Also Core profile test app works correctly on dedicated GPU.
I managed to reproduce such behaviour on 2 machines with integrated GPU, they has Intel UHD graphics on board.
Idk if it is useful info but first machine had 27.20.100.8729 9/11/2020 driver, second one — 27.20.100.9168 1/8/2021.
Core profile works correctly on the third machine with Linux OS on Intel UHD graphics 620 integrated GPU.
Is it possible that there is a bug in Windows GPU driver for CORE profile or there might be some workaround to avoid enormous memory consumption on Windows for integrated GPU?
The text was updated successfully, but these errors were encountered: