diff --git "a/ntoskrnl/mm/balance.c" "b/ntoskrnl/mm/balance.c" index 6e3c51f9ded..367d078aac4 100644 --- "a/ntoskrnl/mm/balance.c" +++ "b/ntoskrnl/mm/balance.c" @@ -314,7 +314,7 @@ MmRequestPageMemoryConsumer(ULONG Consumer, BOOLEAN CanWait, PPFN_NUMBER AllocatedPage) { PFN_NUMBER Page; - +#if 0 /* Delay some requests for the Memory Manager to recover pages (CORE-17624). * FIXME: This is suboptimal. */ @@ -325,7 +325,7 @@ MmRequestPageMemoryConsumer(ULONG Consumer, BOOLEAN CanWait, KeDelayExecutionThread(KernelMode, FALSE, &TinyTime); i = 0; } - +#endif /* * Actually allocate the page. */