yum update時にメモリエラー

yum updateをしようとした際に以下の様なエラーが出ました。

# yum -y update
メモリ割り当て (XXXX バイト) が NULL を返しました。

どうやらpythonさんに割り当てるメモリがない模様。

とりあえずtomcatを止めて再度実行してみました。

service tomcat7 stop
# yum update
thread.error: can't start new thread

が出た場合

これもメモリ不足が原因の模様

メモリを使っているプロセスを止めるか、

yum --disableplugin=fastestmirror update

のようにして使わないオプションを指定する。

参考

http://ijoru.com/ijoru/?p=178

http://www.mogumagu.com/wp/wordpress/?p=846

http://blog.kepan.jp/?p=7