June 27, 2012

hibernation error in Ubuntu

Even though swap seemed to be configured properly, I experienced a hibernation error in Ubuntu:
PM: Not enuogh free memory
PM: Error -12 creating hibernation image

The solution was to execute "echo 0 > /sys/power/image_size", which instructs the OS to make the suspend image as small as possible.

No comments:

Post a Comment