How to reduce RAM used by mysql process while my.cnf is empty?

Hello, im a noob, but isnt it that my mysql process is using around 1,8GB RAM?

top -c commands sorted by "VIRT" shows "1859152" next to mysql process

# ps aux --sort -rss | grep 822
mysql 822 1.2 21.8 1859152 457924 ? Sl 07:22 0:16 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/hostname.err --open-files-limit=10000 --pid-file=/var/lib/mysql/hostname.pid
root 12956 0.0 0.0 6384 680 pts/0 S+...

How to reduce RAM used by mysql process while my.cnf is empty?

from Site & Server Administration http://ift.tt/1MX5y2X
via IFTTT
Thanks for your comment
Loading...