mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Update docker file heap size
This commit is contained in:
parent
b5952f16eb
commit
20c11e381e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ FROM sandreas/tone:v0.1.5 AS tone
|
|||
FROM node:16-alpine
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV NODE_OPTIONS=--max-old-space-size=4096
|
||||
ENV NODE_OPTIONS=--max-old-space-size=8192
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache --update \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue