mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
Add malloc trim
This commit is contained in:
parent
36448dd152
commit
893213b389
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ LABEL maintainer="thelamer"
|
|||
# environment settings
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
|
||||
# https://github.com/dlemstra/Magick.NET/issues/707#issuecomment-785351620
|
||||
ENV MALLOC_TRIM_THRESHOLD_=131072
|
||||
|
||||
RUN \
|
||||
echo "**** install jellyfin *****" && \
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ LABEL maintainer="thelamer"
|
|||
# environment settings
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
|
||||
# https://github.com/dlemstra/Magick.NET/issues/707#issuecomment-785351620
|
||||
ENV MALLOC_TRIM_THRESHOLD_=131072
|
||||
|
||||
RUN \
|
||||
echo "**** install jellyfin *****" && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue