You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[stable/postgresql] Add dedicated tmpfs for /dev/shm. (helm#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](docker-library/postgres#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 <[email protected]>
* [stable/postgresql] SHM: Second version after review + improvements.
Signed-off-by: Cédric de Saint Martin <[email protected]>
Copy file name to clipboardExpand all lines: stable/postgresql/Chart.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
apiVersion: v1
2
2
name: postgresql
3
-
version: 7.4.0
3
+
version: 7.5.0
4
4
appVersion: 11.6.0
5
5
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
0 commit comments