This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from fa4407c  Fix bug for cumulative compaction on singleton rowset with 
multiple segments (#2719)
     add 4b8f7f9  Use cgroups memory limit and cpu cores in container (#2710)

No new revisions were added by this update.

Summary of changes:
 be/src/util/CMakeLists.txt                         |   1 +
 be/src/util/cgroup_util.cpp                        | 237 +++++++++++++++++++++
 be/src/util/cgroup_util.h                          |  62 ++++++
 be/src/util/mem_info.cpp                           |   9 +
 be/src/util/mem_info.h                             |   4 +-
 be/test/util/CMakeLists.txt                        |   1 +
 .../cgroup_util_test.cpp}                          |  48 +++--
 run-ut.sh                                          |   1 +
 8 files changed, 339 insertions(+), 24 deletions(-)
 create mode 100644 be/src/util/cgroup_util.cpp
 create mode 100644 be/src/util/cgroup_util.h
 copy be/test/{runtime/memory/system_allocator_test.cpp => 
util/cgroup_util_test.cpp} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to