Closed arcuri82 closed 2 months ago
Thank you very much for the issue.
This is already outlined in the README:
Will see to adjust the wording to make it easier to find
Hi @mikepenz
you are right, indeed it was there. But, as by default it is collapsed, I missed when "quickly" scan through the docs. Didn't realize could click on those arrows to expand the text...
No worries. I hope with the update if the readme it's easier to find 👍
Hi, thx for this action. Recently, it started to fail due to:
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
I have thousands of tests...
the solution was to use
max_old_space_size
, eg, currently I am using:maybe something worthy to mention in the documentation, in case other users end up in the same problem.
This is base on this discussion.