Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#69754 - pacman -F takes much more memory than pkgfile
|
DetailsSummary and Info:
pacman -F / -Fl takes much more memory than pkgfile when working on big repo databases (like [community] and [archlinuxcn]). On low memory machine, it may trigger OOM kill. Steps to Reproduce: $ sudo systemd-run -q --scope -p MemoryMax=256M pacman -Fl sl zsh: killed sudo systemd-run --scope -p MemoryMax=256M pacman -Fl sl $ sudo systemd-run -q --scope -p MemoryMax=2M pkgfile -l sl community/sl /usr/ ... (normal output) pacman 256M vs pkgfile 2M... Please take a look at this. |
This task depends upon
If the goal is to optimize the way pacman reads databases that is probably more relevant.