Searching google makes me think I am out of space to save this download. I have a 16GB SD card but I know the Raspberry Pi is limited to 512MB and the file system is loaded into RAM. But the downloads are being save on /mnt/mmcblk0p1/tce and I have 8GB of swap space on my SD card.
RPi is not limited to 512MB. By default extensions are mounted and not loaded to RAM it works just fine on models equipped with 256MB RAM.
Do not use mmcblk0p1 for tce, it is small boot partition with FAT file system.
Create a big ext4 partition on your SD card, format, mount and make a /tce directory. After reboot system will use it automatically expecting you have no /tce on mmcblk0p1.
8GB swap space is not necessary, 512M-1GB is pretty enough.