PhabricatorTaskmasterDaemon is using 1.1GB of physical RAM and continues to increase rapidly until it crashes due to OOM; it gets restarted automatically and this process repeats, causing memory congestion on the system (and other processes to fail).
The command line of the process according to /proc/34458/cmdline is (for some reason there are no spaces in the output):
php/srv/phabricator/libphutil/scripts/daemon/exec/exec_daemon.phpPhabricatorTaskmasterDaemon--load-phutil-library=/srv/phabricator/arcanist/src--load-phutil-library=/srv/phabricator/phabricator/src--load-phutil-library=/srv/phabricator/libpageup--log=/var/tmp/phd/log/daemons.log
Is there any way to find out what it's doing that causes such excessive memory usage?