André Silva

Results 84 comments of André Silva

I would jump straight to 8GB honestly, I don't think 4GB will be enough

We have an issue with running this on Actions then: ``` Hardware specification for Windows and Linux virtual machines: 2-core CPU 7 GB of RAM memory 14 GB of SSD...

Hi @monperrus > In flacoco, we should add a precheck on the amount of available RAM and early stop with a clear message if this is too low. I don't...

I'm not sure `test-runner` currently supports AssertJTestFramework and GoogleTruthTestFramework. At least through the `EntryPoint` it doesn't.

Ok, yes. I agree with that use case. I will include that change in #91 .

On a second though, we have to make a design decision: - Pass the `FlacocoConfig` to every class who needs it. - Parametrize (almost) every class who needs access to...

There's also another issue with parallelization. `test-runner`'s entry point is configured statically, so we need to change that too.

Hi @martinezmatias I will try! I think we might get some better results that way.

I have opened https://github.com/STAMP-project/test-runner/pull/120 which addresses this issue. We can then bump `test-runner`'s version here and deploy. It is for sure an optimization, but I had the same issue running...

Did you try running it in a more powerful computer and with more memory assigned to the JVM?