January 9, 20215 yr So if you're here for the script this is what I've come up with. I'm using user scripts plugin and running it every 4hrs and then pausing for 10min. In user scripts I have a custom cron set for this script to 0 */4 * * * docker pause <YOUR DOCKER CONTAINER HERE ID> sleep 10m docker unpause <YOUR DOCKER CONTAINER HERE ID> My reasoning behind this is when Handbreak is running my system sets at 100% utilization. So I thought to give the hardware a break I could run a script that auto pauses and then resumes the docker. The Question: Does this even make a difference. I mean the cpu isn't getting hit for the 10 min but should I even worry about it. Edited January 9, 20215 yr by SaltyCapn Spelling
Archived
This topic is now archived and is closed to further replies.