This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1c1c4e8efb3 [opt](Nereids) add truncate statement and update set
statement (#39312)
add 0a98217261d [opt](memory) BE memory info compatible with CgroupV2
(#39256)
No new revisions were added by this update.
Summary of changes:
be/src/common/cgroup_memory_ctl.cpp | 196 ++++++++++++++++++
.../cgroup_memory_ctl.h} | 44 ++--
be/src/common/status.h | 4 +-
be/src/util/cgroup_util.cpp | 228 +++++++++++----------
be/src/util/cgroup_util.h | 82 ++++++--
be/src/util/mem_info.cpp | 61 ++----
be/test/util/cgroup_util_test.cpp | 49 ++++-
be/test/util/test_data/memory.limit_in_bytes | 1 +
be/test/util/test_data/memory.stat | 36 ++++
9 files changed, 482 insertions(+), 219 deletions(-)
create mode 100644 be/src/common/cgroup_memory_ctl.cpp
copy be/src/{exec/schema_scanner/schema_variables_scanner.h =>
common/cgroup_memory_ctl.h} (50%)
create mode 100644 be/test/util/test_data/memory.limit_in_bytes
create mode 100644 be/test/util/test_data/memory.stat
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]