yarn
yarn test
GENERATE_HEAP_DUMP=true HEAPDUMP_INTERVAL=3000 yarn test
Then load the heapdumps in chrome dev tools and you can compare them
Edit the max_old_space_size
in package.json
to have more or less time before the out of memory.
yarn
yarn test
GENERATE_HEAP_DUMP=true HEAPDUMP_INTERVAL=3000 yarn test
Then load the heapdumps in chrome dev tools and you can compare them
Edit the max_old_space_size
in package.json
to have more or less time before the out of memory.