Indexer block import very slow, cant showing instantly #9639
budisetiawan760
started this conversation in
General
Replies: 1 comment 1 reply
-
Try increasing CPU and RAM. Are you using SSD? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering an issue with our custom blockchain where only a few blocks are being generated. Whenever I trigger the creation of a new block, it takes 80-140 seconds to fully fetch the block. I've checked the node, and it is instantly added. Additionally, I've verified that the nodes can communicate quickly, with pings under 20 ms since they are in the same VPC. I've already reduced the batch size and concurrency for index catchup. Do you have any ideas on what I should change or how to debug this?
The Blockscout instance is running in Docker with 2 vCPUs and 8 GB of RAM. The current resource usage is at 85% CPU and 5 GB of RAM, used by Blockscout and its PostgreSQL instance.
Beta Was this translation helpful? Give feedback.
All reactions