mvo5 / unattended-upgrades

Automatic installation of security upgrades on apt based systems
GNU General Public License v2.0
278 stars 78 forks source link

Download vs MinimalSteps #320

Open eMPee584 opened 2 years ago

eMPee584 commented 2 years ago

IIUC, even with the MinimalSteps setting turned on, all uploads will be downloaded in bulk. For our live-distro with its apt cache sitting on a tmpfs, this might exhaust memory on older systems. Also, packages might be downloaded in vain when the upgrading process gets interrupted due to a shut down. Would it be possible to have the download occur not in bulk but in steps as well when this (or an additional option) is set?