2024-07-26, 05:29 PM
(2024-07-26, 05:22 PM)TheDreadPirate Wrote: First, add this to your environment variables in the docker config. It should trigger jellyfin/docker to more aggressively conserve memory.
MALLOC_TRIM_THRESHOLD_=131072
Does the terminal not word wrap? The rest of the command is cut off.
Code:ps -aux | grep ffmpeg > ffmpeg.txt
cat ffmpeg.txt
Code:
abc 221 5.1 16.7 282620192 5357040 ? Ssl 08:12 12:55 /usr/bin/jellyfin --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
root 2417 0.0 0.0 6480 2476 pts/2 S+ 12:25 0:00 grep --color=auto ffmpeg
Will add that ENV variable.
Thanks again.