-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CachedInputFileSystem OOM when duration is infinity #368
Comments
Because in this case we store all readed files and so you have OOM |
Hmm, it crashes with OOM without resolving any file. enhanced-resolve/lib/CachedInputFileSystem.js Line 139 in ca76a47
It dies in this loop. |
Oh, I see, do you want to send a fix? |
👀 I don't familiar with how this work |
Just add checks on
And couple of tests, it is exotic usage, so if you need it as soon as possible, I would advise you to implement it yourself |
I want to have a never-expire cache but infinity crashes with OOM
The text was updated successfully, but these errors were encountered: