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
In my current project I have a lot of test-suites with more than 1000 tests and got the problem recently that the unit-tests crash because of memory-leaks.
It seems, that your dependency jsonfile introduces the leak. I'm not using loadTranslation but still after removing the dependency to jsonfile and commenting out loadTranslation the heap-usage is stable again.
The text was updated successfully, but these errors were encountered:
In my current project I have a lot of test-suites with more than 1000 tests and got the problem recently that the unit-tests crash because of memory-leaks.
It seems, that your dependency jsonfile introduces the leak. I'm not using
loadTranslation
but still after removing the dependency tojsonfile
and commenting outloadTranslation
the heap-usage is stable again.The text was updated successfully, but these errors were encountered: