> Simply said: If a mysql host, say, allows only 10 connections at the same time and you have 11 visitors at the time, that will exceed since every visitor has its own instance. According to the docs the default values is normally 151.
I checked and our MySQL server allows 151 connections. So that does not seem to be the issue.
Also we do not use dynamic albums as of now and both options you mentioned are disabled.