Skip to content
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
@OlivierNicole

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions