We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9baa910 commit 7af1180Copy full SHA for 7af1180
build/postgres/Dockerfile
@@ -100,6 +100,9 @@ else \
100
&& ${PACKAGER} -y clean all --enablerepo="epel" ; \
101
fi
102
103
+# Set huge_pages to "off" to workaround issue # sc-17565
104
+RUN echo "huge_pages = off" >> ${PGROOT}/share/postgresql.conf.sample
105
+
106
# install patroni for Kube
107
RUN pip3 install --upgrade python-dateutil \
108
&& pip3 install patroni[kubernetes]=="${PATRONI_VER}"
0 commit comments