Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715110 - Enable FEATURES=parallel-install by default
Summary: Enable FEATURES=parallel-install by default
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: PATCH
Depends on: 725112 925213
Blocks:
  Show dependency tree
 
Reported: 2020-03-28 00:24 UTC by Matt Turner
Modified: 2024-02-22 07:28 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.