164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GAUSS-50500----GAUSS-50599.md 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-12-18 11:47 . error code

GAUSS-50500 -- GAUSS-50599

GAUSS-50500: "The SWAP partition is smaller than the actual memory."

SQLSTATE: 无

错误原因:swap分区小于实际内存。

解决办法:调整设置swap分区的大小,修改其值使其大于实际内存。

GAUSS-50501: "Shared_buffers must be less than shmmax. Please check it."

SQLSTATE: 无

错误原因:Shared_buffers值必须小于shmmax值。

解决办法:集群中所有节点在文件/etc/sysctl.conf中调整设置shmmax值的大小,使其大于shmall的值,然后执行/sbin/sysctl -p命令,让修改后的参数生效,重新执行命令。

GAUSS-50502: "Failed to obtain %s information."

SQLSTATE: 无

错误原因:获取swap分区或者内存信息失败。

解决办法:检查系统是否正常。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

搜索帮助