Kirill Groshkov
Kirill Groshkov
crashes for us too
I wonder, why isn't it possible for Jest to spawn a process for each test file, which will guarantee that memory will be freed? Ok, it can be slower, of...
@scotthovestadt thanks for the info! I'll definitely check with the next release. My actual issue is reported here: https://github.com/facebook/jest/issues/8247 And there I'm dealing with much bigger leaks, +30Mb per each...
Yes, following this thread for long since it still fails for us and in ~10% of the cases runs with "out of memory" for CircleCI 2Gb RAM instances.
> Found an article for how to use heap snapshot to debug jest memory leak here: https://chanind.github.io/javascript/2019/10/12/jest-tests-memory-leak.html I tried to use the same method to debug but didn't find the...
For the record, I (the topic starter) "solved" it for myself by wrapping `got` with some function that adds `beforeError` hook by default (and alters some other defaults, unrelated to...
Maybe there's some way that commits can be done not from the bot, but from some user that we share permissions to? Like our own bot, so it won't be...
looks like a legit fix