检查了swap和内核参数,一切都按照oracle的建议进行了调整,根据官方文档的说明:
似乎这是由prelink命令引起的。它计算共享库加载地址,并使用这些地址更新共享库。最简单的方法是撤消prelink所做的操作,并将其禁用。
seems that This is caused by the prelink command. It calculates shared library load addresses, and updates the shared libraries with them. Simplest thing to do is to undo what prelink did, and disable it.
prelink -ua
sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink