Mysql High Memory Usage 839MB

Post Reply
Mike_Tester
Posts: 9
Joined: Tue Feb 02, 2021 2:01 pm

Hello Mr dpeca;

I just Installed myVesta every thing is working fine, but mysql has high memory usage 839MB. Please help.

Thanks

Tags:
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Please run in SSH, as root:

Code: Select all

free -m
and then

Code: Select all

ps aux | grep mysql | awk '{ SUM += $4} END { print SUM }'
and copy results here.
Post Reply