Skip to content

Commit

Permalink
RONDB-789: Removed debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelronstrom committed Dec 5, 2024
1 parent 90d00e7 commit 4621307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/ndb/src/common/portlib/NdbHW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,6 @@ get_meminfo(struct ndb_hwinfo *hwinfo)
hwinfo->is_running_in_container = 1;
FileGuard g(cgroup_meminfo); // close at end...
if (fgets(buf, sizeof(buf), cgroup_meminfo)) {
fprintf(stderr, "Read %s from /sys/cgroup/memory.max", buf);
if (memcmp(buf, "max", 3) != 0) {
Uint64 memory_size = 0;
ret_code = sscanf(buf, "%llu", &memory_size);
Expand Down

0 comments on commit 4621307

Please sign in to comment.