Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: db persistence for large index dbs #4603

Merged
merged 2 commits into from
Jun 13, 2024
Merged

Commits on Jun 12, 2024

  1. 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.
    conorsch committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    601c131 View commit details
    Browse the repository at this point in the history
  2. docs: describe abci event indexing

    Collects some information from the cuiloa README [0], as well as some
    generalized instructions captured in #4566, particularly the use of
    `--ready-to-start` from #4499. Refs #4494, closes #4566.
    
    [0] https://github.com/penumbra-zone/cuiloa/blob/dc4133f7b36706cdf5a3ee6b4e0fb2c09e5a8bb8/README.md
    conorsch committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    31b9e6b View commit details
    Browse the repository at this point in the history