You are not logged in.
I saw that while installations with pacman only one core is used. Is there an way to enable multicore for pacman with an line in the pacman.conf file?
I was able to enable multicore for AUR by editing MAKEFLAGS in cmake config file. It would be very nice if i should do it also with pacman.
Offline
What would be the purpose of that.
Multicore processing usually is applied, when parallel processing can speed things up.
Pacman basically does two main things:
1) Download packages.
2) Install packages.
In the first case the bottleneck is you network / internet bandwidth.
In the second case the bottleneck is the disk I/O speed.
In both cases multicore processing would not speed up anything.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Mod note: Moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Following @schard and to put it simply, files downloaded and installed via pacman are already compiled so you don't have to "make" anything, whereas AUR packages are not.
Cheers
Paul.
Offline
You can use powerpill to parallelize the downloads.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline