I am currently attempting to import a roughly 64200 revision repository into Phabricator (It's a private instance on a dedicated virtual machine). After an initial hiccup with T11725 (see my comment there), the daemons are working as expected.
However, it appears that Phabricator fills up the /tmp directory on the drive it's installed on. See a snapshot of my console below.
root@saniqphab:~# df Filesystem 1K-blocks Used Available Use% Mounted on [snip] /dev/mapper/saniqphab--vg-root 14854532 14082920 0 100% / [snip] root@saniqphab:~# rm -rf /tmp root@saniqphab:~# df Filesystem 1K-blocks Used Available Use% Mounted on [snip] /dev/mapper/saniqphab--vg-root 14854532 7403140 6673768 53% / [snip]
To reproduce this issue, find a very large SVN repository and a relatively limited disk (I'm capped at 32gb for my disk size). Attempt to import SVN repository into Phabricator. The disk will fill up and then the daemons will give up.
Versions: