You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the quay.io/invidious/youtube-trusted-session-generator:webserver docker image on a Debian 12 host.
After a 14 day uptime, the docker image is using about 3GB of RAM.
Here is the top command output from the container:
I have managed to limit the container's RAM to prevent usages like this.
Probably yes but only in webserver mode, in one shot mode (default mode) it's not an issue :).
Moreover, this script will soon stop working because youtube is planning on migrating to two types of potoken, one that is tied to the videoID. Hence why this script won't work anymore.
I'm using the
quay.io/invidious/youtube-trusted-session-generator:webserver
docker image on a Debian 12 host.After a 14 day uptime, the docker image is using about 3GB of RAM.
Here is the
top
command output from the container:I have managed to limit the container's RAM to prevent usages like this.
My current docker-compose configuration:
The text was updated successfully, but these errors were encountered: