memory_worker shall be started on non-Linux OS too

This commit is contained in:
Alexandre Snarskii 2024-11-01 19:21:54 +03:00
parent 9258e08bd0
commit 3fb4836f63

View File

@ -1353,9 +1353,11 @@ try
}
FailPointInjection::enableFromGlobalConfig(config());
#endif
memory_worker.start();
#if defined(OS_LINUX)
int default_oom_score = 0;
#if !defined(NDEBUG)