Remote Program (via ssh) suspends when leaving client computer
- by Philipp F
I'm working with MATLAB on a remote computer logging in via ssh -X remotepc
and running matlab like matlab &.
When I start a long-running process and leave the computer, it seems to suspend the process (after like 30mins being away) such that there is nearly no progress over night.
As soon as I come back and wake up the client, the remote process continues with the calculation. I can see this from the load-average values (uptime)
Why is that and how can I change this behaviour?