manifold-ij icon indicating copy to clipboard operation
manifold-ij copied to clipboard

Using manifold-sql and the manifold plugin causes IntelliJ to constantly open database connections.

Open oldshensheep opened this issue 8 months ago • 9 comments

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.

image

Lots of connections are waiting for connect, green means new connection image

If I disable the plugin, it will be normal.

oldshensheep avatar Jun 04 '24 13:06 oldshensheep