We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d00e7 commit 4621307Copy full SHA for 4621307
storage/ndb/src/common/portlib/NdbHW.cpp
@@ -2156,7 +2156,6 @@ get_meminfo(struct ndb_hwinfo *hwinfo)
2156
hwinfo->is_running_in_container = 1;
2157
FileGuard g(cgroup_meminfo); // close at end...
2158
if (fgets(buf, sizeof(buf), cgroup_meminfo)) {
2159
- fprintf(stderr, "Read %s from /sys/cgroup/memory.max", buf);
2160
if (memcmp(buf, "max", 3) != 0) {
2161
Uint64 memory_size = 0;
2162
ret_code = sscanf(buf, "%llu", &memory_size);
0 commit comments