Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: db persistence for large index dbs
Makes a few changes: * raises db storage 1GB -> 10GB * leaves db running in maintenanceMode, for dump/restore * increases available shm size for db container Ideally we'd make the db persistence customizable, but this is good enough for now. Looks like 500k blocks maps to roughly 3.5GB of dbdump. We can adjust over time if we plan to keep running long-lived testnet chains. The increased shm size is specifically to support large joins by e.g. the dex explorer frontend, otherwise db connection was reporting "could not resize shared memory segment". Refs #4526.
- Loading branch information