update/refactor

This commit is contained in:
2025-05-25 12:48:57 +03:00
parent 91d3a48177
commit af04718692
10 changed files with 211 additions and 104 deletions

View File

@@ -84,8 +84,7 @@ RUN apt-install.sh \
"postgresql-${PG_MAJOR}-unit" \
"postgresql-${PG_MAJOR}-wal2json" \
; \
apt-clean.sh ; \
jdupes -1LSpr /usr/
apt-clean.sh
## ---
@@ -100,8 +99,7 @@ RUN apt-env.sh apt-get update ; \
apt-install.sh \
"${citus_pkg}" \
"postgresql-${PG_MAJOR}-topn" \
; apt-clean.sh ; \
jdupes -1LSpr /usr/
; apt-clean.sh
VOLUME [ "${PGHOME}" ]
@@ -123,8 +121,7 @@ WORKDIR "${PGHOME}"
## NB: override to SIGTERM in order to switch to "Smart Shutdown mode"
STOPSIGNAL SIGINT
ENV DUMB_INIT_SETSID=0 \
MALLOC_ARENA_MAX=4 \
ENV MALLOC_ARENA_MAX=4 \
GOMAXPROCS=4
ENTRYPOINT [ "ep.sh" ]