Website Going down due to max pool size issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
We are using Nopcommerce 4.40 and facing the following error:

Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

We generally face this error when there are around 90-100 concurrent users on our site.
2 years ago
You can increase your db connection pool size by adding ;Min Pool Size=100;Max Pool Size=2024;Pooling=true; to your db connection string
2 years ago
Already Tried this but still getting the same error.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.