postgres启动报错FATAL: could not create semaphores: No space left on device

Posted 好好学习运维

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgres启动报错FATAL: could not create semaphores: No space left on device相关的知识,希望对你有一定的参考价值。

并不意味着你已经用光了磁盘空间。它的意思是你的内核对System V信号量的限制小于PostgreSQL想创建的数量。和上面一样,你可以通过减少允许的连接数(max_connections)来绕开这个限制,但最终你还是会希望提高内核的限制。

如果你收到一个"illegal system call"错误, 那么很有可能是你的内核根本不支持共享内存或者信号量。这种情况下你唯一的选择就是重新配置内核并且把这些特性打开。

sysctl -w kernel.sem="500 5120000 2500 9000"

 

以上是关于postgres启动报错FATAL: could not create semaphores: No space left on device的主要内容,如果未能解决你的问题,请参考以下文章

postgresql安装后链接报错psql: FATAL: Ident authentication failed for user “postgres“

Harbor断电重启postgres报错 could not locate a valid checkpoint record

Harbor断电重启postgres报错 could not locate a valid checkpoint record

git fetch upstream 报错 XXX Permission denied (publickey). fatal: Could not read from remote repositor

go 拉取仓库依赖报错:fatal: could not read Username for ‘https://code.byted.org‘: terminal prompts disabled

go 拉取仓库依赖报错:fatal: could not read Username for ‘https://code.byted.org‘: terminal prompts disabled