Michelle Parker wrote:The thrashing is the problem though, how long should I wait for the memory to be freed, because I have been waiting 15 mins or longer?
It's really hard to say without knowing any more details. I admit that 15 minutes sounds like a long time, but it's not unheard of.
I would like to add a condition to not start if the computer is being used, but I can't logout because everything is still open.
No such condition exists at this time. I'll add it to the request list.
So, which is better 'pause' or 'suspend'?
Which one can handle a system restart in the middle?
Pause simply suspends the action, but leaves it running. Stop and Reschedule actually stops the action, closes the archive, and then reschedules it to start again at a later time. You can log out or restart anytime after it stops. The advantage of Pause is that it's almost immediate, where Stop and Reschedule will take longer to finish up.