这是我的启动命令./prysm.sh beacon-chain --execution-endpoint=http://localhost:8551 --mainnet --jwt-secret=/home/customer/consensus/jwt.hex
geth --datadir /home/customer/node/node_four --mainnet --syncmode "full" --gcmode=archive --http --http.api eth,net,engine,admin,txpool --ws --ws.port 8546 --ws.addr 0.0.0.0 --ws.origins '*' --authrpc.jwtsecret=/home/customer/consensus/jwt.hex --maxpeers 300 --cache=8192 --cache.blocklogs=256 --cache.database=80 --cache.gc=25 --cache.noprefetch=false --cache.preimages=false --cache.snapshot=30 --cache.trie=30 --crypto.kzg=gokzg --fdlimit=16384 但是同步速度特别慢,网络带宽和硬盘容量都是够的,有什么问题吗?