Giter Club home page Giter Club logo

Comments (5)

joaofl avatar joaofl commented on June 11, 2024 3

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.

from install-jellyfin-tizen.

ThorpeJosh avatar ThorpeJosh commented on June 11, 2024 2

I also encountered this issue. Setting --ulimit nofile=122880:122880 resolved the issue.

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 (nofile). So it seems the Tizen software is a hog and starts too many processes/files and then crashes. With a ulimit set, Tizen doesn't create so many processes/files and this prevents it from crashing.

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 --ulimit nofile=122880:122880 actually changes inside the container:

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

from install-jellyfin-tizen.

DerrikMilligan avatar DerrikMilligan commented on June 11, 2024 2

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

from install-jellyfin-tizen.

4e554c4c avatar 4e554c4c commented on June 11, 2024

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.

from install-jellyfin-tizen.

Georift avatar Georift commented on June 11, 2024

Thanks for the report, strange I haven't encountered this before. @joaofl appreciate the work around!

Can you share the specs of your machine @4e554c4c ? I might have to play around in a VM see how I can reproduce this.

from install-jellyfin-tizen.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.