You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it's an expected behaviour or not but i'm reporting it just in case:
opam install -j1 -t frama-c.30.0
will run dune build -j1 @ptests_config which takes 2.1GB of RAM with OCaml 5.3 and 1.8GB with OCaml 4.14.
I'm not exactly sure what makes dune take so much memory in this particular case
Looking at the opam file definition, these commands are ran before the problematic command:
but from what i could see, the last command before that (dune exec -- frama-c-ptests ...) only takes 43MB of RAM, so i'm really not sure what's going on.
Specifications
Version of dune (output of dune --version): 3.17.2
Version of ocaml (output of ocamlc --version): 5.3.0 and 4.14.2
Operating system (distribution and version): Linux 6.12
The text was updated successfully, but these errors were encountered:
I'm not sure if it's an expected behaviour or not but i'm reporting it just in case:
will run
dune build -j1 @ptests_config
which takes 2.1GB of RAM with OCaml 5.3 and 1.8GB with OCaml 4.14.I'm not exactly sure what makes dune take so much memory in this particular case
Looking at the opam file definition, these commands are ran before the problematic command:
but from what i could see, the last command before that (
dune exec -- frama-c-ptests ...
) only takes 43MB of RAM, so i'm really not sure what's going on.Specifications
dune
(output ofdune --version
): 3.17.2ocaml
(output ofocamlc --version
): 5.3.0 and 4.14.2The text was updated successfully, but these errors were encountered: