RAM usage stacking up using docker #1310
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I've noticed that when uploading files the RAM usage of my docker container "stacks" up. That wouldn't be a problem if it wasn't persistant. For example: I upload 1.5gigs of videos and the container RAM usage goes from ~30MiB to 70MiB (with occasional small spikes along the way - but that's normal) AND STAYS THERE.
What I've tried so far:
None of these has made any significant difference...
The only thing I tried that worked was restarting docker compose.
My .conf file:
[global]
p: 3923
e2dsa
e2ts
ansi
q
hist: /cfg/hists/
unpost: 120
ups-who: 0
rproxy: 1
xff-src: ip range
[accounts]
user: passwd
[/]
/media
accs:
rwmda: user
Beta Was this translation helpful? Give feedback.
All reactions