Collect memory leakage detection information

2025-09-08 08:15:43  Updated

Description

You can query memory leakage detection information from the __all_virtual_mem_leak_checker_info table.

Limitation

The OceanBase Database version must be V4.0.0 or later.

Statement

SELECT
  svr_ip,
  svr_port,
  mod_name,
  mod_type,
  alloc_count,
  alloc_size,
  back_trace
FROM
  __all_virtual_mem_leak_checker_info

Contact Us