You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dfabulich@sack:~$ sudo grep "Too many conn" /var/log/apache2/error.log | head -1
[Mon Dec 09 16:44:24.693076 2024] [php7:warn] [pid 1125171:tid 1125171] [client 154.47.20.215:0] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /var/www/html/dbconnect.php on line 76
dfabulich@sack:~$ sudo grep "Too many conn" /var/log/apache2/error.log | wc -l
838
When this happens, the site throws a 500 error whatever page happens to cause it (usually viewgame).
The text was updated successfully, but these errors were encountered:
The slow query log showed 2700 instances of #1203, which is now fixed. I'll keep an eye on this for the next week, but I think we're probably out of the woods.
When this happens, the site throws a 500 error whatever page happens to cause it (usually
viewgame
).The text was updated successfully, but these errors were encountered: