To change the max connections I'm assuming I need to edit the postgresql.conf file and change this line:#max_connections = 32to something likemax_connections = 64
I do need to uncomment this correct? Is there anything else I need to change?
Travis