Hi, I got up in the morning and noticed that my Linode was down for 6 hours. Linode support has told me that my Linode kernel panicked as a result of running out of memory.
Quote:
You'll want to update to the latest 3.0 kernel by editing your active configuration profile and selecting Latest 3.0, then rebooting your Linode.
I did this and rebooted my Linode.
Quote:
Please note that this will only alleviate the problem of kernel panicking; you'll want to identify the culprit that caused your Linode to OOM and adjust its configuration to prevent it from happening again.
I'm relatively new to Linux (CentOS) and I would like to ask for some help identifying what the cause of the problem is.
free -m yields this output:
Code:
total used free shared buffers cached
Mem: 1004 407 597 0 10 156
-/+ buffers/cache: 239 764
Swap: 255 0 255
ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r | less
yields this output:
Code:
%MEM %CPU RSS VSZ COMMAND
2.8 6.7 29496 125076 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --socket=/var/lib/mysql/mysql.sock
1.9 0.2 20520 35180 /usr/sbin/httpd
1.9 0.1 20516 35164 /usr/sbin/httpd
1.8 0.3 18848 33388 /usr/sbin/httpd
1.8 0.2 19152 33848 /usr/sbin/httpd
1.8 0.2 18980 33632 /usr/sbin/httpd
1.8 0.2 18840 33856 /usr/sbin/httpd
1.8 0.2 18648 33360 /usr/sbin/httpd
1.8 0.1 19420 34104 /usr/sbin/httpd
1.8 0.1 19180 33888 /usr/sbin/httpd
1.8 0.1 18860 33880 /usr/sbin/httpd
1.8 0.1 18608 33644 /usr/sbin/httpd
1.8 0.0 18820 33576 /usr/sbin/httpd
1.7 0.1 18456 33104 /usr/sbin/httpd
1.7 0.1 18384 33364 /usr/sbin/httpd
1.7 0.1 18372 33360 /usr/sbin/httpd
1.7 0.1 18324 33344 /usr/sbin/httpd
0.8 0.0 9068 23928 /usr/sbin/httpd
0.4 0.0 4548 4552 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
0.3 0.0 3248 10100 sshd: root@ttyp0
Any help would be appreciated.