-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
out of memory #9
Comments
I was able to manually install the jellyfin app by following the instructions at https://github.com/jeppevinkel/jellyfin-tizen-builds, so this is probably an issue with this docker image. |
By running the container with docker run -it --ulimit nofile=122880:122880 -m 3G --rm jellyfin 10.0.0.179 did the job for me. |
I also encountered this issue. Setting I'm running linux with 64GB ram so memory is not an issue. On linux the docker daemon imposes no memory or ulimits for the number of files ( I suspect you won't encounter this issue with docker desktop as it imposes many resource restriction on containers. For those interested in knowing what docker run --rm -it --entrypoint=bash georift/install-jellyfin-tizen
root@5ec314c4721c:~# ulimit -n
1073741816 docker run --rm -it --entrypoint=bash --ulimit nofile=122880:122880 georift/install-jellyfin-tizen
root@5ec314c4721c:~# ulimit -n
122880 |
Yeah this ended up doing it for me: sudo docker run --ulimit nofile=122880:122880 -m 3G --rm georift/install-jellyfin-tizen 10.0.0.176 |
logs
The text was updated successfully, but these errors were encountered: