postgresql-container icon indicating copy to clipboard operation
postgresql-container copied to clipboard

k8s BUS error with huge pages enabled

Open baum opened this issue 3 years ago • 1 comments

There is a bug in Kubernetes environment causing: Bus error in Postgres when huge_pages are enabled in the cluster see here.

Using custom Postgres config inclusion designed into sclorg/postgresql-container it is possible to add huge_pages = off to work around this issue. However during database initialization initdb executes Postgres binary with a null config file, causing BUS error.

baum avatar Sep 14 '21 12:09 baum

I am also seeing this with a Quay operator-based deployment on OpenShift.

snecklifter avatar Dec 01 '21 11:12 snecklifter