Claudio Bley
Claudio Bley
Thank you for looking into it, @allada > It appears the issue is that you are using the default nativelink container to run the jobs in, but this container is...
> I've been looking into this and when I run it locally I get: > > ``` > Action failed: root//:tsc_generated (genrule) > Remote command returned non-zero exit code 2...
> Oh, I wounder if you are hitting max open files limits. > > try running (in same shell): > > ``` > ulimit -n 65000 > ``` > >...
BTW, I also tried to increase the limit on MacOS too (https://github.com/avdv/nl-repro/commits/main/) . On the first run (https://github.com/avdv/nl-repro/actions/runs/10768327053/job/29857259444) it helped and I got: ``` [2024-09-09T07:24:41.843+00:00] Waiting on root//:tsc_generated (prelude//platforms:default#200212f73efcd57d) --...
> Remember you now need to install `yarn`. > > ~If you run buck2 a second time does it start working? When I was testing this, I did notice that...
Note that running the tasks individually works better, but sometimes still fails: * `clean` * `compile` * `Test/compile` * `test` ``` [info] Finished in 356 ms [info] 28 examples, 0...
Thanks guys, I'll try to gather more data and report back.
Just to give you some numbers: 1.1.5: ``` Heap PSYoungGen total 247296K, used 6059K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000) eden space 150016K, 4% used [0x00000000eab00000,0x00000000eb0eadc0,0x00000000f3d80000) from space 97280K, 0% used [0x00000000f3d80000,0x00000000f3d80000,0x00000000f9c80000) to...
I further ruled out coursier (by disabling it :smirk:), the usage difference between 1.1.4 to 1.1.5 was still around 40 MB. I ran the clean+test tasks with `-J-verbose:class`, extracting all...
Hi @retronym, I tried to reproduce the metaspace exhaustion with 1.1.6 running `test` multiple times, but I could not. `sbt -J-XX:MaxMetaspaceSize=200m -sbt-version 1.1.6 test test test test test` did show...