码迷,mamicode.com
首页 > 数据库 > 详细

postgresql修改最大连接数

时间:2016-12-14 14:05:47      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:ons   连接数   res   gre   最大连接数   tar   connect   lib   pos   

1.合适的最大连接数
used_connections/max_connections在85%左右
2.修改最大连接数
postgresql最大连接数默认为100
1)打开postgresql配置文件
vim /var/lib/pgsql/9.4/data/postgresql.conf
2)修改最大连接数
max_connections = 100
3)重启postgresql服务
在CentOS 6.x系统中
service postgresql-9.4 restart
在CentOS 7系统中
systemctl restart postgresql-9.4

postgresql修改最大连接数

标签:ons   连接数   res   gre   最大连接数   tar   connect   lib   pos   

原文地址:http://www.cnblogs.com/shijingjing07/p/6178878.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!