You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL4841 dev port run large join without OOM
This commit is contained in:
@ -42,6 +42,7 @@ using namespace std;
|
||||
using namespace logging;
|
||||
|
||||
#include "MonitorProcMem.h"
|
||||
#include "threadnaming.h"
|
||||
|
||||
namespace utils
|
||||
{
|
||||
@ -56,6 +57,7 @@ int MonitorProcMem::fMemPctCheck = 0;
|
||||
//------------------------------------------------------------------------------
|
||||
void MonitorProcMem::operator()() const
|
||||
{
|
||||
utils::setThreadName("MonitorProcMem");
|
||||
while (1)
|
||||
{
|
||||
if (fMaxPct > 0)
|
||||
|
Reference in New Issue
Block a user