This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
uucp and uri take an awful lot of RAM to build on 5.0.0+tsan #29
Open
Description
Reported by @ElectreAAS.
To reproduce:
git clone [email protected]:ElectreAAS/irmin.git
cd irmin
git checkout direct-style
opam switch create . 5.0.0+tsan --no-install
opam pin -n . --with-version=dev --kind=path
opam install ./irmin-pack --deps-only --with-test -j1
(Using the direct-style
branch is probably not necessary.)
Without -j1
the install causes OOM: when building uucp
, ocamlopt.opt
peaks at 16 GB of memory, and similarly with uri
.
To do
- Check whether this still happens on the current working version of TSan
- Investigate the causes of this memory consumption
Metadata
Assignees
Labels
No labels
Activity