reth
reth copied to clipboard
Abnormally high CPU usage
trafficstars
Describe the bug
After running the node for a while, the program will occupy a very high CPU and continue to do so. Restored to normal after restarting the node
Steps to reproduce
run cmd:
/node/archive/base-sepolia/bin/base-geth --datadir=/node/archive/base-sepolia/geth --op-network=base-sepolia --gcmode=archive --syncmode=full --rpc.gascap=600000000 --rpc.evmtimeout=10s --history.transactions=0 --maxpeers=100 --nodiscover --txpool.globalslots 1000000 --txpool.globalqueue 3000000 --ws --ws.addr=0.0.0.0 --ws.origins=* --http --http.addr=0.0.0.0 --http.api 'eth,net,web3,debug,txpool' --http.vhosts=* --http.corsdomain=* --authrpc.addr=127.0.0.1 --authrpc.jwtsecret=/node/archive/base-sepolia/jwt.txt --authrpc.vhosts=* --rollup.disabletxpoolgossip=true --rollup.sequencerhttp=https://sepolia.base.org --rollup.halt=major --port=21720 --http.port=21721 --ws.port=21722 --authrpc.port=21723
Node logs
Platform(s)
Linux (x86)
Container Type
Not running in a container
What version/commit are you on?
reth-optimism-cli Version: 1.1.2 Commit SHA: 496bf0bf715f0a1fafc198f8d72ccd71913d1a40 Build Timestamp: 2024-11-19T10:20:23.243113470Z Build Features: asm_keccak,jemalloc,optimism Build Profile: maxperf
What database version are you on?
Current database version: 2 Local database version: 2
Which chain / network are you on?
base-sepolia
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
- [x] I agree to follow the Code of Conduct