manifold-ij
manifold-ij copied to clipboard
Using manifold-sql and the manifold plugin causes IntelliJ to constantly open database connections.
My program startup failed.
Caused by: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already
IntelliJ opened 90 connections, and my program opened 10 connections. The maximum allowed connection limit is 100.
Lots of connections are waiting for connect, green means new connection
If I disable the plugin, it will be normal.