This commit is contained in:
Alex Cope 2023-06-30 11:23:43 -07:00 committed by Malavan Sotheeswaran
parent e80aba694c
commit b2ecf2c856

View File

@ -2316,7 +2316,6 @@ void cronUpdateMemoryStats() {
if (g_pserver->force_eviction_percent) {
g_pserver->cron_malloc_stats.sys_available = getMemAvailable();
serverLog(LL_WARNING, "Setting sys_available:%lu", g_pserver->cron_malloc_stats.sys_available);
}
}
}