Why does running rsync using nohup consume all of a system’s memory?
-1
votes
1
answer
200
views
Through both testing and plenty of examples on various stack exchanges, its clear that running
rsync
using nohup
causes memory exhaustion, while the same rsync
job running via screen
or an active SSH session does not cause memory exhaustion.
Can anyone explain why this is? Also, is there a way to achieve the same functionality as nohup
without screen
?
Asked by Tammer Ibrahim
(813 rep)
Dec 13, 2023, 04:21 PM
Last activity: Dec 14, 2023, 10:24 AM
Last activity: Dec 14, 2023, 10:24 AM