Skip to content

Bugs and errors

Farbod Aprin edited this page Oct 24, 2018 · 4 revisions

Too many clients:

PostgresSQL capacity,

  1. find the PostgresSQL config file
  2. edit the line max_connections from 100 to 10000, then restart your post.

for the sewing up for server its even better to consider more max_connections. screenshot 2018-07-17 15 02

to find the address on the Mac run the command on terminal: "ps aux | grep postgres"

then you can see the users and the pipelines, on -D (the -D means directory)you can find the address that by default is -D > /usr/local/var/postgres

###Kick off setup

Clone this wiki locally