Problem: AE stops picking up requests
Solution:
-
Edit the postgresql.conf file from C:\ProgramFiles\PostgreSQL\9.5\data directory
-
Search for max_connections property in postgresql.conf file
-
Default value of this property is max_connections =100 , increase this value as per your requirement
-
Restart the P ostgres and Tomcat service after the changes