6

My computer was in the middle of running a long computation in Matlab when it went into hibernation mode. Clearly I am not understanding the definition of "how long your computer is inactive", see screenshot:

screenshot of advanced power options settings

Can someone please explain what the times in the drop down boxes for the sleep/hibernate settings mean in terms of activity.

1
  • Assuming Windows consider "Inactive State" to be the same as "Idle State", either MatLab is set to Low Priority, or it has finished its operation. But of course, it is possible Windows does not consider "Inactive State" to be the same as "Idle State".
    – nehcsivart
    Commented Sep 22, 2015 at 2:54

1 Answer 1

6

Putting it simply - the only two activities that reliably prevent sleep/hibernate are keyboard and mouse/touch input.

In all other cases, applications must explicitly and (in my experience) periodically tell Windows "I still need you!" if they require the computer to stay awake. Media player applications are a good example.

If Matlab has no option to "keep your PC awake", you'll have to disable sleep/hibernate while you perform long-running calculations.

1
  • How about something like downloading?
    – Nishant
    Commented Feb 11, 2020 at 16:50

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .