Fix for running out of space in /tmp directory

Sometimes if the build is becoming too big you can run out of place. Tmp is too small or similar message shows up.

This is the solution and there is no need to reboot. More info on Arch Wiki.

mount -o remount,size=4G,noatime /tmp

Please provide me with the correct image to display the error as I do not run into this issue.