From bf2601d3ae51a28ccb89e9b55c981400ff3203ef Mon Sep 17 00:00:00 2001 From: riku6460 <17585784+riku6460@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:56:35 +0900 Subject: [PATCH] =?UTF-8?q?VIPS=5FCONCURRENCY=20=E3=82=92=201=20=E3=81=AB?= =?UTF-8?q?=E5=88=B6=E9=99=90=E3=81=99=E3=82=8B=20(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit リソースが枯渇するので --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9ca80e7..4646a59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apt-get update \ && pnpm i --frozen-lockfile --aggregate-output ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so +ENV VIPS_CONCURRENCY=1 COPY --from=builder /app/built ./built COPY --from=builder /app/server.js ./