1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Limits of scripts launched via SSH
This guide relates to running scripts via SSH on different types of machines.
No time limit
There is no predefined time limit for running scripts launched via SSH, i.e. the script can run for as long as needed. However, if the SSH session terminates, the script will also be terminated.
It is possible to run scripts in the background to avoid this problem. In this case, the script will continue to run even if the SSH session is terminated.
Other resources may be limited either by the capacity of the machine or by the configuration (for example PHP scripts limited to 512 MB of memory).It is possible to modify these limits on Cloud Server type machines but in no case for shared hosting.