diff --git a/ntoskrnl/mm/ARM3/mminit.c b/ntoskrnl/mm/ARM3/mminit.c index bd5ab3caa88..239670f2001 100644 --- a/ntoskrnl/mm/ARM3/mminit.c +++ b/ntoskrnl/mm/ARM3/mminit.c @@ -2481,7 +2481,7 @@ MmArmInitSystem(IN ULONG Phase, /* For this product, we wait till the last moment to throttle */ MmThrottleTop = 250; - MmThrottleBottom = 30; + MmThrottleBottom = 88; } else { @@ -2503,7 +2503,7 @@ MmArmInitSystem(IN ULONG Phase, /* We will throttle earlier to preserve memory */ MmThrottleTop = 450; - MmThrottleBottom = 80; + MmThrottleBottom = 88; } /* Update working set tuning parameters */