GBase 8a
适配迁移
文章
GBase 8a数据句查询报错Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
GBase社区管理员发表于2020-08-20 22:01:2964次浏览0个评论
GBase 8a数据库集群,内部使用多线程进行并行处理,如果系统允许的线程数太少或者内存不足,则会报Can't create a new thread (errno 11)错误。
原因
由于操作系统参数limits.conf配置的max user processor太低,导致无法创建新的线程。
ulimit –a
其中的
max user processes (-u) 1024
解决方案
增大参数设置到10240或取消限制为unlimited。包括
/etc/security/limits.conf
/etc/security/limtits.d/90-nproc.conf
如果是redhat 7.5+ 也请参考
评论已关闭
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25052
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526