* [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>