| Index: base/memory/memory_pressure_monitor_linux.cc
|
| diff --git a/base/memory/memory_pressure_monitor_linux.cc b/base/memory/memory_pressure_monitor_linux.cc
|
| index 7034e14b7cacd7ed9a327b9febb13a892d025c26..95fdec2e5e4bc7972affb6757a77ee69285d7a75 100644
|
| --- a/base/memory/memory_pressure_monitor_linux.cc
|
| +++ b/base/memory/memory_pressure_monitor_linux.cc
|
| @@ -27,7 +27,7 @@ const int kModerateMemoryPressureCooldown =
|
|
|
| // Threshold constants to emit pressure events.
|
| const int kNormalMemoryPressureModerateThresholdPercent = 60;
|
| -const int kNormalMemoryPressureCriticalThresholdPercent = 95;
|
| +const int kNormalMemoryPressureCriticalThresholdPercent = 90;
|
|
|
| // The possible state for memory pressure level. The values should be in line
|
| // with values in MemoryPressureListener::MemoryPressureLevel and should be
|
|
|