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
I am attempting to turn on your no-cycle rule on a repo, namely with lensapp/lens#3547. However, I have run into node (v14) running out of heap memory. I was wondering if you had any pointers as to why this might be happening.
I have tried reducing the depth to 5. With that it no longer runs out of heap memory but instead takes over half an hour to lint (previously it would take about 2 minutes).
The text was updated successfully, but these errors were encountered:
To work, the rule has to build up a model of your entire dependency graph. I would expect, however, that there's a lot of improvement to be had here. (Related: #1944#1943#2076#788)
I am attempting to turn on your
no-cycle
rule on a repo, namely with lensapp/lens#3547. However, I have run into node (v14) running out of heap memory. I was wondering if you had any pointers as to why this might be happening.I have tried reducing the depth to 5. With that it no longer runs out of heap memory but instead takes over half an hour to lint (previously it would take about 2 minutes).
The text was updated successfully, but these errors were encountered: