My setup is Ubuntu, Nginx, php5-fpm, MariaDB.
Ever since I installed Phabricator two weeks ago (I also updated MariaDB),
whenever I open a phabricator page, I can not access other independant sites that previously worked without problems
Nginx returns a 502 Bad Gateway.
Checking the syslog, I see
May 17 10:35:23 <HOST> mysqld: <ID> 10:35:23 [Warning] Aborted connection <ID> to db: '<DB>' user: '<USR>' host: 'localhost' (Unknown error)
Is Phabricator running an unexpectedly large number of SQL queries, or special ones that could influence other MySQL connections?
What settings could I tamper with to try to improve this situation?