Results 193 comments of Victor Baranov

@royki you can manage indexer memory limit through `INDEXER_MEMORY_LIMIT` env variable. I also recommend update Blockscout version to the latest release 5.1.0. It contains various indexer perfomance improvements. I am...

I am closing this. The endpoint in question doesn't return error anymore.

Please re-try with [5.0.0](https://github.com/blockscout/blockscout/releases/tag/v5.0.0-beta). And also usually using connection to websocket via `ETHEREUM_JSONRPC_WS_URL` makes realtime indexing smoother. I am closing the issue for now, but happy to get the feedback.

> Facing the same issue with op-stack For op-stack, it is better to use specific to po stack backend docker image: `blockscout/blockscout-optimism:latest`. Also, make sure that websocket is enabled at...

Related issues: https://github.com/blockscout/blockscout/issues/7626 https://github.com/blockscout/blockscout/issues/6765 https://github.com/blockscout/blockscout/issues/7816

@Osub most likely the issue is with this line: ``` volumes: - ../../../../stats-db-data:/var/lib/postgresql/data/ ``` I suppose there is no such path `../../../../stats-db-data` on the host machine relatively to /services/docker-compose-stats.yml

@avenbreaks is it possible to see to the genesis file? Probably, it wan't parsed succesfully. Then, you should probably see something like `Failed to fetch genesis data`. Recently, I added...

@blocks404protocol which docker-compose version did you downgrade from and to?

@blocks404protocol the issue should be resolved in #9512. Could you please pull it in your env?