not a db expert here but you can try performance schema. a query like
"select * from performance_schema.memory_summary_global_by_event_name;"
or something precise like
"select CURRENT_NUMBER_OF_BYTES_USED from performance_schema.memory_summary_global_by_event_name
where event_name="memory/performance_schema/memory_summary_by_thread_by_event_name";"
that might pinpoint something specific

On Mon, May 6, 2024 at 1:32 AM clint--- via discuss <discuss@lists.mariadb.org> wrote:
I suspect this is something more recent as this issue just showed up with 10.11.6 for us. Short of valgrind or dumping a (massive) core file, is there some other way to see current allocations in mariadb?

-C
_______________________________________________
discuss mailing list -- discuss@lists.mariadb.org
To unsubscribe send an email to discuss-leave@lists.mariadb.org