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

Remove db optimization as cimq/postgres do not support ramdisk #7685

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions jekyll/_cci2/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ When the database service spins up, it automatically creates the database `circl

This section describes additional optional configuration for further customizing your build and avoiding race conditions.

### Optimizing PostgreSQL images
{: #optimizing-postgresql-images }
{:.no_toc}

The `cimg/postgres` Docker image uses regular persistent storage on disk. Storing the database in a ramdisk may improve performance. This can be done by setting the `PGDATA: /dev/shm/pgdata/data` environment variable in the service container image config.

### Using binaries
{: #using-binaries }
{:.no_toc}
Expand Down