gpt4 book ai didi

memory-management - Node.js(和 chrome V8)中的内存限制

转载 作者:IT老高 更新时间:2023-10-28 21:51:33 25 4
gpt4 key购买 nike

在网络的很多地方,你会看到:

What is the memory limit on a node process?

以及答案:

Currently, by default V8 has a memory limit of 512mb on 32-bit systems, and 1gb on 64-bit systems. The limit can be raised by setting --max-old-space-size to a maximum of ~1gb (32-bit) and ~1.7gb (64-bit), but it is recommended that you split your single process into several workers if you are hitting memory limits.

有人可以确认这是因为 Node.js 似乎经常更新吗?

更重要的是,在不久的将来会是这样吗?

我想编写可能必须处理 4gb javascript 对象的 JavaScript 代码(而且速度可能不是问题)。

如果我不能在 Node 中做,我最终会用 java(在 64 位机器上)做,但我宁愿不做。

最佳答案

这对于一些使用 Node.js 的人来说是个大问题,而且有好消息。 V8 的新内存限制现在对于 64 位是未知的(未经测试),并提高到 32 位环境中允许的 32 位地址空间。

在此处阅读更多信息:http://code.google.com/p/v8/issues/detail?id=847

关于memory-management - Node.js(和 chrome V8)中的内存限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7193959/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com