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
Hi @uraimo,
first of all, thanks for this excellent action. I use it quite a lot.
Unfortunately, I have an issue: I run Node.js inside the containers for my build and it always crashes with JavaScript heap out of memory although I have set then env variable NODE_OPTIONS: "--max_old_space_size=8048".
Hi @uraimo,
first of all, thanks for this excellent action. I use it quite a lot.
Unfortunately, I have an issue: I run Node.js inside the containers for my build and it always crashes with
JavaScript heap out of memory
although I have set then env variableNODE_OPTIONS: "--max_old_space_size=8048"
.I created a debug workflow:
As you can see, I even set more swap space and the env variable twice.
The output is:
It seems like the memory available inside the contianer / qemu is only 4 GB, because the env variable is passed correctly.
Do you have any idea?
The text was updated successfully, but these errors were encountered: