You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run pacman -Suy, accept Proceed with installation, then pacman runs fast except for the checking available disk space which is, apparently, done once for each package being installed (why?!) and is very slow.
Expected behavior
free disk space is a single system call, so it should be quite fast, unless network is involved.
Actual behavior
when installing, say, 7 packages, each of the 7 take a lot of time here:
(3/7) checking available disk space [#############------------------] 42%
Do you have any evidence that it is accessing network drives, or just that it is slow? #4176 I believe it is trying to stat all of the files the packages will install as part of this, and that's where the slowness is from, not any network access.
Do you have any evidence that it is accessing network drives, or just that it is slow? #4176 I believe it is trying to stat all of the files the packages will install as part of this, and that's where the slowness is from, not any network access.
Description / Steps to reproduce the issue
run
pacman -Suy
, acceptProceed with installation
, thenpacman
runs fast except for thechecking available disk space
which is, apparently, done once for each package being installed (why?!) and is very slow.Expected behavior
free disk space is a single system call, so it should be quite fast, unless network is involved.
Actual behavior
when installing, say, 7 packages, each of the 7 take a lot of time here:
Verification
Windows Version
MINGW64_NT-10.0-19045
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: