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
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
I suggest defaulting swap-storage: true to false. Otherwise, some memory-consuming actions may get the runner shut down due to memory starvation --- it is not uncommon for a space-intensive action to be memory-hungry as well. This did happen in PRIMA, and it took a couple of days to figure out that swap-storage: true was the reason.
If swap-storage: true is going to be retained, then careful documentation may be necessary to highlight the above-mentioned caveat.
Many thanks!
Best regards,
Zaikun
The text was updated successfully, but these errors were encountered:
Hello @jlumbroso ,
First of all, thank you for this fantastic action. It is vital in the development of my project PRIMA.
README mentions the following.
I suggest defaulting
swap-storage: true
tofalse
. Otherwise, some memory-consuming actions may get the runner shut down due to memory starvation --- it is not uncommon for a space-intensive action to be memory-hungry as well. This did happen in PRIMA, and it took a couple of days to figure out thatswap-storage: true
was the reason.If
swap-storage: true
is going to be retained, then careful documentation may be necessary to highlight the above-mentioned caveat.Many thanks!
Best regards,
Zaikun
The text was updated successfully, but these errors were encountered: