Dne 21. 03. 19 v 11:09 Miro Hrončok napsal(a): > I just got this error in Copr. > > Should I skip big_arrays tests, or is this some quota on /tmp that can be > enlarged? > > Thanks.
On our builders the chroot directory (including /tmp in that chroot) is created as tmpfs: mock_chroot_tmpfs 81G 637M 80G 1% /var/lib/mock/881782-fedora-30-x86_64-bootstrap-1554975485.024796/root It is 80 GB . Usually less than 2GB is used by Fedora distribution files. Rest can be used by builders. While it can technically be enlarged (swap files is 100GB), I think 78 GB should be enough for anybody :) You are the first one who reached the limits. Are you really creating sooo big files? Can the culprit be that you do not remove those files so conseqentive build can get the same VM (not reprovisioned if previous build was yours as well) and there are leftovers from your previous build in /tmp so you reach the limit? Miroslav _______________________________________________ copr-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
