overusage of RAM in Hypervm VPS
- by Mac Taylor
hey guys
I have a VPS running on hypervm
in proceses list i have something like this
> /usr/libexec/mysqld --basedir=/usr
> --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/
user : mysql
which takes 150 mb RAM
and then
/usr/sbin/named -u named -t /var/named/chroot
user : Named
50 mb RAM taken by this process
how can i solve this overusage of RAM and reduce it .
I have access to root and SSH