Sometimes a program insists on running large builds to /tmp, like jpeg-archive. I needed to temporarily increase the size of tmpfs at the mountpoint /tmp:

sudo mount -o remount,size=16G,noexec,nosuid,nodev,noatime /tmp

Took me a while to find this one, most articles only show how to make this permanent using fstab.