1
0
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:
David Hall
2022-02-09 17:33:55 -06:00
parent d30e140dc3
commit 27dea733c5
34 changed files with 821 additions and 518 deletions

View File

@ -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)