Skip to content

Commit

Permalink
Remove db optiomization due to cimq/postgres do not support ramdisk C…
Browse files Browse the repository at this point in the history
  • Loading branch information
nanophate committed Jan 18, 2023
1 parent da9ea5a commit 5bf8ba8
Showing 1 changed file with 0 additions and 6 deletions.
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

0 comments on commit 5bf8ba8

Please sign in to comment.