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
Every time node falls with Heap out of memory, the <project>/node_modules/fork-ts-checker-webpack-plugin/lib/service.js is still running, causing memory leak. The more crashes: the more service.js processes causing leak
Expected behavior
Proper shutdown of all running services
Steps to reproduce the issue
run node --max-old-space-size=256 ./node_modules/.bin/webpack-dev-server on any mid-size webpack+typescript+react project
wait node Heap out of memory crash
ps aux | grep fork-ts-checker
Issue reproduction repository
Environment
fork-ts-checker-webpack-plugin: 4.0.4
typescript: 3.7.4
tslint: 5.11.0
webpack: 4.19.1
os: linux mint 19.1
The text was updated successfully, but these errors were encountered:
@vlamitin
Please try fork-ts-checker-webpack-plugin@alpha - I've published a new version which should resolve this issue 🚀
I will close this issue to clean-up the backlog. If this release didn't solve the issue, we can re-open this :)
Was the alpha released to the 4.x branch? It seems to not exist anymore, and I am getting out of memory errors using 4.1.6. I'm unable to upgrade to version 5 for now, because I am stuck on Node 8.
Uh oh!
There was an error while loading. Please reload this page.
Current behavior
Every time node falls with Heap out of memory, the
<project>/node_modules/fork-ts-checker-webpack-plugin/lib/service.js
is still running, causing memory leak. The more crashes: the more service.js processes causing leakExpected behavior
Proper shutdown of all running services
Steps to reproduce the issue
node --max-old-space-size=256 ./node_modules/.bin/webpack-dev-server
on any mid-size webpack+typescript+react projectHeap out of memory
crashps aux | grep fork-ts-checker
Issue reproduction repository
Environment
The text was updated successfully, but these errors were encountered: