-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm/pmm: KTF must not run out of 4k frames at any point
If we run out of 4k frames it becomes impossible to perform a higher order frames splitting, since new frames creation may need new frames array, which is 4k as well. To prevent these kind of situations, always keep at least two free 4k frames available.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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