Files
deprecated-helm-charts/stable/postgresql/ci/default-values.yaml
T
Cédric de Saint MartinandKubernetes Prow Robot 9830a92d53 [stable/postgresql] Add dedicated tmpfs for /dev/shm. (#19025)
* [stable/postgresql] Add dedicated tmpsfs for /dev/shm.

Start a database pod without limitations on shm memory. By default docker
limit  to  (see e.g. the [docker
issue](https://github.com/docker-library/postgres/issues/416), which could be
not enough if PostgreSQL uses parallel workers heavily. If this option is
present and value is , to the target database pod will be mounted a new
tmpfs volume to remove this limitation.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* [stable/postgresql] SHM: Second version after review + improvements.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-11-21 05:07:29 -08:00

2 lines
104 B
YAML

# Leave this file empty to ensure that CI runs builds against the default configuration in values.yaml.