-
Notifications
You must be signed in to change notification settings - Fork 85
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
cacheKeyNormalize 存在性能问题 #624
Comments
从内网之前的分析来看,堆内内存占用并不大,主要是堆外占用很大,而堆外大部分都是碎片内存。 也就是说,在 unpack 之后,在 经历了多次 unpack 后,堆外内存就暴涨了。泄露的不是 heap,是 mm 区。 |
这个不是的,这个是真的 heap 泄漏,js 代码实现问题。 |
那就是存在不止一个问题咯 |
node_modules/_tar@6.2.0@tar/lib/unpack.js
node_modules/_tar@6.2.0@tar/lib/normalize-unicode.js
长期方案
The text was updated successfully, but these errors were encountered: