1

有时当我npx hardhat compile在我的 windows cli 上运行此命令时,我会收到以下错误:

Compiling 72 files with 0.7.0
contracts/libraries/ERC20.sol: Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing "SPDX-License-Identifier: <SPDX-License>" to each source file. Use "SPDX-License-Identifier: UNLICENSED" for non-open-source code. 
Please see https://spdx.org for more information.

contracts/libraries/ERC1155/EnumerableSet.sol:158:5: Warning: Variable is shadowed in inline assembly by an instruction of the same name    
    function add(Bytes32Set storage set, bytes32 value) internal returns (bool) {
    ^ (Relevant source part starts here and spans across multiple lines).

contracts/libraries/ERC1155/EnumerableSet.sol:224:5: Warning: Variable is shadowed in inline assembly by an instruction of the same name    
    function add(AddressSet storage set, address value) internal returns (bool) {
    ^ (Relevant source part starts here and spans across multiple lines).

Compiling 1 file with 0.8.0

<--- Last few GCs --->

[8432:042B0460]   263058 ms: Mark-sweep (reduce) 349.8 (356.3) -> 248.2 (262.4) MB, 434.4 / 0.2 ms  (+ 70.9 ms in 3 steps since start of marking, biggest step 69.6 ms, walltime since start of marking 800 ms) (average mu = 0.989, current mu = 0.990) memory[8432:042B0460]   263627 
ms: Mark-sweep (reduce) 248.2 (259.4) -> 248.2 (252.1) MB, 555.5 / 0.0 ms  (+ 0.0 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 556 ms) (average mu = 0.969, current 
mu = 0.023) memory p

<--- JS stacktrace --->

FATAL ERROR: NewNativeModule Allocation failed - process out of memory`

一段时间后,错误就会消失。它可能在我重新启动系统或创建新的安全帽项目并在那里导入代码后消失。

但是这种情况经常发生,可能是什么原因?

我做了很多研究,一些答案表明这可能是 Node 和应用程序的内存分配的问题,但我不知道如何将解决方案应用于 Hardhat 项目。
这是一个可能的解决方案的链接:https ://medium.com/@vuongtran/how-to-solve-process-out-of-memory-in-node-js-5f0de8f8464c

操作系统:WINDOWS 10
CLI:WINDOWS CMD

4

0 回答 0