重庆思庄Oracle、Redhat认证学习论坛

标题: 为什么不能在Linux 64上分配比193G更多的SGA? [打印本页]

作者: 刘泽宇    时间: 2023-10-29 11:20
标题: 为什么不能在Linux 64上分配比193G更多的SGA?
为什么不能在一个系统内存256G的Linux64位的服务器上分配200G的SGA,即使这个服务器上没有其他运行程序,同时也开启了大页内存?

检查了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





欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2