DUNE-DAQ / pocket

A pocket DAQ infrastructure
7 stars 1 forks source link

Postgres won't start due to hugepages conflct #108

Closed bonnieking closed 9 months ago

bonnieking commented 10 months ago

Postgres won't start in kind and we can't turn off hugepages because of DPDK. It looks like we need to disable hugepages in the bitnami container or configure k8s to allow it. See https://github.com/kubernetes/kubernetes/issues/71233#issuecomment-447472125.

bonnieking commented 9 months ago

This was fixed in daq-kube.

jcpunk commented 9 months ago

I believe this is resolved by moving to postgresql 16 and using the --set huge_pages=off flag.