High memory usage

Hey,

after many things worked out pretty well for me, I got a new problem.
I split my setup to let my Deskmini at home serve only me via Plex and 4k runs fine, as well as an external dedicated Gigabit Server serving others and doing the down- and upload. Now I only took a 16GB Ram server to maintain costs and this is what happens after some time, causing other applications to OOM:

Now I do think about changing server again to 32GB Ram, but could it happen that it just uses all ram there as well? Is there anything about my mount settings?

/usr/bin/rclone mount "tnts-gd:/" /mnt/google/tnts-gd \
   --allow-other \
   --attr-timeout 1000h \
   --buffer-size 128M \
   --dir-cache-time 1000h \
   --drive-chunk-size 32M \
   --log-level INFO \
   --log-file /home/scripts/logs/mount-tnts.log \
   --poll-interval 15s \
   --rc \
   --rc-addr 127.0.0.1:5574 \
   --stats 0 \
   --timeout 1h \
   --vfs-cache-mode writes

Thx in advance.

You are using 128M per file opened which is quite high and you are running out of memory.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.