-
I often run code that takes a long time to execute. Sometimes I step away because the execution can take over an hour. When I return, I see that the code has not completed successfully because at some point, the computer entered hibernation (or something similar—I’m not sure exactly what happens, but it seems like the computer turns off, and when I press a key or move the mouse, it resumes from where it left off). Because of this, my code does not execute correctly. I don’t understand why this happens, since the computer is technically not idle—it is actively running code (in my case, Python). How can I prevent this from happening? Where can I configure the settings to disable this behavior? (Note: This is a translated version of my original question, and I hope I have clearly explained the issue.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There's a 'cup' glyph beside the clock. Enable that. we call it Caffeine mode. Enabling that inhibits idle |
Beta Was this translation helpful? Give feedback.
There's a 'cup' glyph beside the clock. Enable that. we call it Caffeine mode. Enabling that inhibits idle