Re: Mysql memory usage increasing until it hits the RAM limit and starts using swap
Posted by: Ravi Malghan
Date: December 11, 2018 10:26AM

memory usage for the mysqld process and free mem on the server

more /proc/31724/status |grep Vm
VmPeak: 139819284 kB
VmSize: 139755052 kB
VmLck:         0 kB
VmPin:         0 kB
VmHWM:  117873408 kB
VmRSS:  117246404 kB
VmData: 139682488 kB
VmStk:       132 kB
VmExe:     23032 kB
VmLib:      4456 kB
VmPTE:    249220 kB
VmSwap:  9743068 kB

free -m
              total        used        free      shared  buff/cache   available
Mem:         128772      120561         507         821        7703        6663
Swap:         17354       10334        7020

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.