如何在 Electron 中申请 WASM 的 4G 内存大小?

How to apply for 4G memory size for WASM in Electron?

提问人:interyang 提问时间:8/11/2023 更新时间:8/11/2023 访问量:39

问:

当我使用 ` app.commandLine.appendSwitch('js-flags', '--max-old-space-size=4096');

` 为了实现这一点,它似乎不能很好地工作,因为渲染过程的内存确实变成了 4G。我已经申请了 WASM 输出文件,但没有任何变化。

有没有其他 chromium 命令或方法可以实现它?

节点 .js 电子 网络汇编

评论


答: 暂无答案