Skip to content
Snippets Groups Projects
Commit 871526fb authored by godog's avatar godog
Browse files

Introduce MAXCONN (default 16384)

parent 1c80e599
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ COPY build.sh /tmp/build.sh
RUN /tmp/build.sh && rm /tmp/build.sh
ENTRYPOINT ["/bin/sh", "-c", "/usr/bin/memcached -vv -m ${MEM:-64} -p ${PORT:-11211} ${ENABLE_SASL:+-S}"]
ENTRYPOINT ["/bin/sh", "-c", "/usr/bin/memcached -vv -m ${MEM:-64} -c ${MAXCONN:-16384} -p ${PORT:-11211} ${ENABLE_SASL:+-S}"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment