mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOSKRNL]
- Print trimmed consumers during text-mode setup too svn path=/trunk/; revision=54631
This commit is contained in:
parent
2e113743c9
commit
80e8caa0b9
1 changed files with 2 additions and 3 deletions
|
@ -164,9 +164,8 @@ MiTrimMemoryConsumer(ULONG Consumer)
|
|||
/* Now swap the pages out */
|
||||
Status = MiMemoryConsumers[Consumer].Trim(Target, 0, &NrFreedPages);
|
||||
|
||||
if (!ExpInTextModeSetup)
|
||||
DPRINT1("Trimming consumer %d: Freed %d pages with a target of %d pages\n", Consumer, NrFreedPages, Target);
|
||||
|
||||
DPRINT1("Trimming consumer %d: Freed %d pages with a target of %d pages\n", Consumer, NrFreedPages, Target);
|
||||
|
||||
if (NrFreedPages == 0)
|
||||
DPRINT1("Ran out of pages to swap! Complete memory exhaustion is imminent!\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue