overusage of RAM in Hypervm VPS
        Posted  
        
            by 
                Mac Taylor
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Mac Taylor
        
        
        
        Published on 2011-03-01T16:54:30Z
        Indexed on 
            2011/03/06
            8:12 UTC
        
        
        Read the original article
        Hit count: 339
        
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
© Server Fault or respective owner