Chrome DevTools 的 JS 堆大小中的两个图表意味着什么?

发布于 2025-01-11 20:42:16 字数 381 浏览 0 评论 0原文

我正在开发一个处理大尺寸数据的 TypeScript 应用程序。 一旦主要数据处理结束,我将数据声明为null,以便GC可以处理它。

但我猜GC没有正确处理,所以JS堆大小没有下降。 为了解决这个问题,我想知道Chrome DevTools的性能监视器中JS堆大小的两张图表(深蓝色线和浅蓝色线)的确切含义。

浅蓝色图表是否包含GC无法到达的数据? 从数据大小的计算来看,如果GC运行良好,我认为深蓝色线的大小是合适的。

这是性能监视器的捕获图像。

感谢您抽出时间回答这个问题。

I'm developing a TypeScript app dealing with large size data.
Once the primary data processing is over, I declared data as null so that the GC can process it.

But I guess the GC is not handled properly, so the JS heap size is not going down.
To solve this problem, I want to know the exact meaning of the two charts of JS heap size (dark blue line and light blue line) in Performance monitor of Chrome DevTools.

Does the light blue chart is including data that GC cannot reach?
From the calculation of the data size, I think the dark blue line is the right size if GC works well.

Here is a captured image of the performance monitor.

Thank you for taking your time for this question.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文