stars-labs/heco-chain

Runtime outof memory in HECO

Opened this issue · 2 comments

Hi everyone,
Running private network in heco. It will run for 1 day and return runtime out of memory error.
Hereby, attached the screenshot of error:
Screenshot from 2021-09-17 12-29-07

Please show more information, including the running environment( the machine memory, how many nodes running on one machine, etc. ), the configs, more logs, etc.

Please show more information, including the running environment( the machine memory, how many nodes running on one machine, etc. ), the configs, more logs, etc.

Hi @Nanyan
Machine memory: 8GB
Only one node is running in server
Genesis file:
{
"config": {
"chainId": 99,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"congress": {
"period": 3,
"epoch": 30000
}
},
"nonce": "0x0",
"timestamp": "0x0",
"extraData": "0x000000000000000000000000000000000000000000000000000000000000000002d7d657DbFe288f5404C4aEF5980076D6f953b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x1C9C380",
"difficulty": "0x1",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"number": "0x0",
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"alloc": {
}
}