Skip to content
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
2 tasks
OlivierNicole opened this issue May 24, 2023 · 0 comments
Open
2 tasks

uucp and uri take an awful lot of RAM to build on 5.0.0+tsan #29

OlivierNicole opened this issue May 24, 2023 · 0 comments

Comments

@OlivierNicole
Copy link
Collaborator

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant