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
Currently, our CI is broken because our fuzzer requires much more memory than 200MB (see the option -m given by bun). We probably should look deeper on our fuzz.exe which, may be, allocates a lot.
The text was updated successfully, but these errors were encountered:
It's passing on the main branch, which was merged recently. Also, on the failed build only 1 of the 48 fuzzing processes failed, so if it is a memory problem then it's not happening all the time.
Are you testing locally with OCaml 5? That might not work.
Currently, our CI is broken because our fuzzer requires much more memory than 200MB (see the option
-m
given bybun
). We probably should look deeper on ourfuzz.exe
which, may be, allocates a lot.The text was updated successfully, but these errors were encountered: