Running more than 20 production blockchains, SKALED is Ethereum-compatible, high performance C++ Proof-of-Stake client, tools and libraries. Uses SKALE consensus as a blockchain consensus core. Includes dynamic Oracle. Implements file storage and retrieval as an EVM extension.
Preconditions:
Skale chain Medium type with 16 active nodes
Enabled MTM
Connected skale-proxy to the Skale chain
Connected at least 1 indexer node to the Skale Chain
To Reproduce
Run load tests on 1 chain for 3 days
Wait until the Skaled HEAP_MEM exceeds the 2137605504 bytes
Check skaled logs
Expected behavior
Skaled should print the current HEAP_MEM size in the log according to the actual usage.
Actual state:
Skaled crashes with OOM when HEAP_MEM exceeds the size of 2137605504.
Describe the bug Actual for core and indexer nodes Related to https://github.com/skalenetwork/internal-support/issues/931
Versions skalenetwork/schain:3.19.1
Preconditions: Skale chain Medium type with 16 active nodes Enabled MTM Connected skale-proxy to the Skale chain Connected at least 1 indexer node to the Skale Chain
To Reproduce
Expected behavior Skaled should print the current HEAP_MEM size in the log according to the actual usage.
Actual state: Skaled crashes with OOM when HEAP_MEM exceeds the size of 2137605504.