Save some major space on your mac by disabling sleep image.
Freeing your SSD from that pesky sleep image file!
Launch terminal and paste the following
Disable Hibernation
Code:
sudo pmset -a hibernatemode 0
enter your password
Remove the sleep image:
Code:
sudo rm /private/var/vm/sleepimage
Code:
sudo ln -s /dev/null /var/vm/sleepimage
and thats it :)