Skip to content
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

Hopefully fix obliterating people's gpu memory #3297

Merged

Conversation

CookieBrigade
Copy link
Contributor

Adds a graceful fail to the gorge render so if it fails to intialize it will never try to again. Previously when it failed it would try again next frame, and since memory isnt handled by garbage collection, this would consume all the ram available.
Should at least mask issues like:
https://discord.com/channels/181078474394566657/401118216228831252/1289593334482079744

Until all driver differences are found

Also should fix the driver difference issue this time

@GDCloudstrike GDCloudstrike added the bug fix Fix a bug. Please link it in the PR. label Sep 28, 2024
@Dream-Master Dream-Master enabled auto-merge (squash) September 28, 2024 14:57
@Dream-Master Dream-Master merged commit 739b5cb into GTNewHorizons:master Sep 28, 2024
5 of 6 checks passed
@CookieBrigade CookieBrigade deleted the fixgorgeMemoryLeakPart2 branch September 28, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Fix a bug. Please link it in the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants