MySQL Forums
Forum List  »  Performance

Re: High memory usage on mysql slave server
Posted by: Santosh Bhabal
Date: April 10, 2019 10:46PM

mysql> Call mysqlmem(0);
+----------------------+-------------+
| Parameter | Value |
+----------------------+-------------+
| Global Buffers | 12938.60 Mb |
| Per Thread | 13.14 Mb |
| Maximum Connections | 214 |
| Maximum Memory Usage | 15750.70 Mb |
| + Per Heap Table | 16.00 Mb |
| + Per Temp Table | 16.00 Mb |
+----------------------+-------------+
6 rows in set (0.00 sec)

Query OK, 0 rows affected (0.00 sec)

mysql>

------

# free -m
total used free shared buff/cache available
Mem: 15886 12731 159 32 2995 2774
Swap: 8191 62 8129
#

----

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.