This error is caused by the hibernation file size being is too small for the current memory requirements of the computer. To fix this problem, increase the size of the hibernation file by following these steps:
- Click the Start button.
- In the search box, type command prompt.
- In the list of results, right-click Command Prompt, and then click Run as administrator.
- In the Command Prompt window type:
powercfg /hibernate /size <size%>
where <size%> equals the size of the hibernation file in percentage of total physical memory.
The default size is 75% and can be increased to 100% with:
powercfg /hibernate /size 100