K
K
Kizzeon2019-12-01 22:26:18
Python
Kizzeon, 2019-12-01 22:26:18

Pycharm file execution stopped due to pc overload. How can it be resumed without restarting?

The regular expression text processor written in Python processes large volumes of text for me, and so that the computer does not stand idle, I decided to watch a video, etc.
I ran python file.py in the terminal, it worked for an hour, after 10 minutes I open pycharm and then I look - the file did not work out completely, the yield output in the terminal stopped. The file is not updated and I can only hit ctrl+c and start over, but that's a whole extra hour of waiting.
Before that, this also happened, and it didn’t happen only if I kept Pycharm open all the time the file was executing. I
assume that this happened due to CPU overload (there is an old Pentium in the PC)
Actually, who met this? What is the problem? Can the program be resumed from where it ended?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andy_U, 2019-12-01
@Andy_U

Rather, due to overflow of RAM, but this should be looked at in the task manager. If you sin on pycharm, then run your task in the console.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question