1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

MCOL-5500 Remove noisy printout from CGroupConfigurator method

This commit is contained in:
Roman Nozdrin
2023-06-19 11:23:50 +00:00
parent d2d0e08690
commit 79b636d853

View File

@@ -285,7 +285,6 @@ uint64_t CGroupConfigurator::getFreeMemory()
ret = getTotalMemory() - usage; ret = getTotalMemory() - usage;
} }
cout << "free memory = " << ret << endl;
return ret; return ret;
} }