GBase 8c
安装配置
文章
FAQ : 安装过程中提示:On systemwide basis, the maximum number of SEMMNI is not correct……
GBase社区管理员发表于2023-04-27 13:11:1923次浏览0个评论
在虚拟机中安装GBase 8c单机版时,第二步检查不通过。GBase 8c其他版本如出现此类错误,也可参照。
执行安装命令以及报错显示:
[omm@localhost simpleInstall]$ sh install.sh -w Gauss_234
[step 1]: check parameter
[step 2]: check install env and os setting
On systemwide basis, the maximum number of SEMMNI is not correct. the current SEMMNI value is: 128. Please check it.
The required value should be greater than 321. You can modify it in file '/etc/sysctl.conf'.
解决方案:修改参数配置
[root@localhost ~]# sysctl -w kernel.sem="250 85000 250 330"
kernel.sem = 250 85000 250 330
评论已关闭
热门帖子
- 12025-12-01浏览数:182765
- 22023-05-09浏览数:25067
- 42023-09-25浏览数:18527
- 52020-05-11浏览数:17529