https://bugzilla.wikimedia.org/show_bug.cgi?id=69979
--- Comment #7 from Bryan Davis <[email protected]> --- Bandaid solution: $ cat cleanup-hhvm-cores #!/usr/bin/env bash sudo mv /tmp/hhvm.*.core /data/project/hhvm-cores sudo mv /var/log/hhvm/stacktrace* /data/project/hhvm-cores $ crontab -l */2 * * * * /home/bd808/cleanup-hhvm-cores Applied on both deployment-mediawiki01 and deployment-mediawiki02 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
