Skip to content

Commit

Permalink
VIPS_CONCURRENCY を 1 に制限する (#4)
Browse files Browse the repository at this point in the history
リソースが枯渇するので
  • Loading branch information
riku6460 authored Nov 10, 2023
1 parent 2938084 commit bf2601d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down

0 comments on commit bf2601d

Please sign in to comment.