We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a7752 commit 97a554dCopy full SHA for 97a554d
1 file changed
Source/WTF/wtf/MemoryPressureHandler.cpp
@@ -44,8 +44,8 @@ WTF_EXPORT_PRIVATE bool MemoryPressureHandler::ReliefLogger::s_loggingEnabled =
44
static const double s_conservativeThresholdFraction = 0.5;
45
static const double s_strictThresholdFraction = 0.65;
46
#else
47
-static const double s_conservativeThresholdFraction = 0.33;
48
-static const double s_strictThresholdFraction = 0.5;
+static const double s_conservativeThresholdFraction = 0.8;
+static const double s_strictThresholdFraction = 0.9;
49
#endif
50
static const std::optional<double> s_killThresholdFraction;
51
static const Seconds s_pollInterval = 30_s;
0 commit comments