728x90
반응형
아래와 같이 쿼리를 실행하면 현재 설정되어있는 max_connection 수를 알수 있다.
select * from pg_settings where name = 'max_connections';
/etc/postgresql/{버전}/postgresql.conf
위 파일을 vi 로 열어서 max_connection 값을 설정해주고 재시작 하면 설정이 적용된다.
재시작 (권한이 없으면 앞에 sudo 붙이고)
/etc/init.d/postgresql restart
728x90
반응형
'Development > DataBase' 카테고리의 다른 글
[Postgres]Postgres SQL 에서 현재 접속 session 확인 및 종료 시키기 (0) | 2018.09.11 |
---|---|
[RabbitMQ] MacOS에 RabbitMQ 설치 (0) | 2017.10.27 |
[REDIS]Redis ERR Client sent AUTH, but no password is set (0) | 2017.05.19 |
Maria DB root 계정 외부접속 허용 설정 방법 (0) | 2016.07.29 |
[SQL]ORA-01481 : 숫자 형식 모델이 부적합합니다. (0) | 2014.03.03 |