Several Residency Manager improvements/fixes from UE5/The Coalition#837
Open
wallisc wants to merge 2 commits intomicrosoft:masterfrom
Open
Several Residency Manager improvements/fixes from UE5/The Coalition#837wallisc wants to merge 2 commits intomicrosoft:masterfrom
wallisc wants to merge 2 commits intomicrosoft:masterfrom
Conversation
This adds several new functions to the residency manager as well as a bug fix: New Functionality: 1. The ability to query the amount of resident and evicted memory from the residency manager. The ability to view evicted memory has also been added to the sample. 2. The ability to specify a custom local memory budget. In UE5, this is can be used with value 0 when the app is detected to be out of focus so that it can trigger extremely aggressive memory eviction. This is particularly important for when using the UE5 editor and you're launching the game as a separate process. Bug Fix: 1. Fixing the parameters for EnqueueMakeResident, according to the Epic change history this fix came from Microsoft originally so unclear why this isn't reflected in the github repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds several new functions to the residency manager as well as a bug fix:
New Functionality:
Bug Fix: