You are not logged in.
Is it possible to have pacmans parallelization to sort the packages by largest first instead of alphabetically?
When doing a full upgrade, I tend to be stuck waiting for large packages to finish downloading. But things like
Linuxonly start after most other items have been downloaded. If it started first along with other large items, then everything would finish way quicker.
Offline
It does sort by largest first....
Offline
It does sort by largest first....
Mine seems to sort alphabetically ? it defo starts with packages starting with 'a'
Offline
@fozid do you actually have parallelization turned on? Please post the output of "pacman-conf | grep -i Parallel"
Offline
Pacman has downloaded largest first for three years:
https://gitlab.archlinux.org/pacman/pac … b05fffd6bd
I'd need to see a recording of what pacman is doing to investigate.
Offline
@fozid do you actually have parallelization turned on? Please post the output of "pacman-conf | grep -i Parallel"
yep, the fact I asked about changing the order as opposed to making it function should answer that, but for the sake of clarity;
pacman-conf | grep -i Parallel
ParallelDownloads = 50Offline
Pacman has downloaded largest first for three years:
https://gitlab.archlinux.org/pacman/pac … b05fffd6bdI'd need to see a recording of what pacman is doing to investigate.
ok, ill try to record it next time i run -Syu
Offline
pacman-conf | grep -i Parallel ParallelDownloads = 50
Ah - most of the time, you are downloading less than 50 packages. So you are not seeing the effects of sorting.
Offline
I have set it to 6 parallel downloads ![]()
Offline