The Memory Usage report summarizes memory usage, grouped by
allocation type. This report is based on the
memory_global_by_current_bytes
sys view. For more
information, see
The memory_global_by_current_bytes and x$memory_global_by_current_bytes Views.
This instrumentation is disabled by default in MySQL 5.7, and enabled by default in MySQL 8.0. To enable in MySQL 5.7, add the following to your server configuration:
performance-schema-instrument='memory/%=ON'
This report requires sys schema be installed on the selected MySQL instance. If sys is not installed, and the selected instance is compatible, you are prompted to install it.
This graph is displayed only if a MySQL instance is selected in the All Targets drop-down menu.
The table view lists the memory usage in a standard table format. The data can be sorted by column.