Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 715110

Summary: Enable FEATURES=parallel-install by default
Product: Portage Development Reporter: Matt Turner <mattst88>
Component: Core - ConfigurationAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: enhancement CC: hydrapolic, pacho, poncho, sam, zmedico
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=663324
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 725112, 925213    
Bug Blocks:    

Description Matt Turner gentoo-dev 2020-03-28 00:24:43 UTC
This makes a large difference :)

Could we enable it by default?
Comment 2 Zac Medico gentoo-dev 2020-05-17 20:36:33 UTC
Patch v2 documents the mechanism of increased IO throughput, and
adds a warning about the risk of undetected file collisions:

https://archives.gentoo.org/gentoo-portage-dev/message/bf95852beabf96c5c564b405b552859d
https://github.com/gentoo/portage/pull/550
Comment 3 Zac Medico gentoo-dev 2024-01-16 05:45:13 UTC
Since the merge-wait FEATURES setting add for bug 663324 and enabled by default, you'll have to disable merge-wait for parallel-install to be effective with portage-3.0.62. With a few changes it's possible to uncouple them, allowing a batch of queued merges to be installed in parallel.