We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a12fb5 commit f36e9abCopy full SHA for f36e9ab
1 file changed
Source/WTF/wtf/MemoryPressureHandler.cpp
@@ -46,11 +46,11 @@ WTF_EXPORT_PRIVATE bool MemoryPressureHandler::ReliefLogger::s_loggingEnabled =
46
static const double s_conservativeThresholdFraction = 0.5;
47
static const double s_strictThresholdFraction = 0.65;
48
#else
49
-static const double s_conservativeThresholdFraction = 0.33;
50
-static const double s_strictThresholdFraction = 0.5;
+static const double s_conservativeThresholdFraction = 0.8;
+static const double s_strictThresholdFraction = 0.9;
51
#endif
52
static const std::optional<double> s_killThresholdFraction;
53
-static const Seconds s_pollInterval = 30_s;
+static const Seconds s_pollInterval = 15_s;
54
55
static std::atomic<bool> s_hasCreatedMemoryPressureHandler;
56
0 commit comments