Bor节点一直无法完成同步,追上最新块问题

安装节点后,一直在同步中,无法追上最新的块,控制台查看如下:
To exit, press ctrl-d

eth.syncing
{
currentBlock: 17500478,
highestBlock: 17500587,
knownStates: 1146034228,
pulledStates: 1145866839,
startingBlock: 17421393
}
eth.blockNumber
0

查看 heimdall 状态如下:
root@iZj6cfx9bykklskc7i57hpZ:~/matic# curl localhost:26657/status
{
“jsonrpc”: “2.0”,
“id”: “”,
“result”: {
“node_info”: {
“protocol_version”: {
“p2p”: “7”,
“block”: “10”,
“app”: “0”
},
“id”: “c201a4ae65b122ceb879ba74aca1816610fa5fd6”,
“listen_addr”: “tcp://0.0.0.0:26656”,
“network”: “heimdall-137”,
“version”: “0.32.7”,
“channels”: “4020212223303800”,
“moniker”: “iZj6cfx9bykklskc7i57hpZAnhuiHFLegend2021”,
“other”: {
“tx_index”: “on”,
“rpc_address”: “tcp://127.0.0.1:26657”
}
},
“sync_info”: {
“latest_block_hash”: “8BD1041BC0B0E967EB4CD8643A6E260340A50175F122B41F1D1DA31D2F648F3A”,
“latest_app_hash”: “68DA08DF92784D401B5E07138D351BDA2D13539CC7BDA1F4E148078953D3BE42”,
“latest_block_height”: “342662”,
“latest_block_time”: “2021-08-01T15:09:27.600156544Z”,
“catching_up”: false
},
“validator_info”: {
“address”: “2CC8B9B4786B06DD02A5337940D26272CEF371CB”,
“pub_key”: {
“type”: “tendermint/PubKeySecp256k1”,
“value”: “BHdgBuIJgrqDPGWcI4pM2saOHQyvg85FhD5ua2dPyc4dQkBYbb43Cd/FSR/UpSqBisOBTxSAxqg8muk+EK437qQ=”
},
“voting_power”: “1”
}
}
}

现在配置 4c 16g
已经2 周了,还没同步完,有知道是什么原因吗,有什么好的解决方案
另外一直不太明白heimdall的作用是什么,有知道能解释下吗

Hello,

Thanks for reaching to Polygon Forums.

Customer service may take some time to respond due to a large number of requests. We believe your case will be resolved as soon as possible. Kindly visit the Matic support live chat website

hello, Have you solved this problem? How to solve it