Avatar

emiellr

emiellr@lemm.ee
Joined
7 posts • 30 comments

Full time nerd

Direct message

I wouldn’t call that speech. That implies some thought went behind it. More like yapping and blabbering.

permalink
report
parent
reply

Tbh I’m a bit lost on the purpose of this

permalink
report
parent
reply

Wait now hold on a minute. Why would I want to do this? Is this activism by people against LLMs in general or…? I’m confused as to why I would want to do this.

permalink
report
reply

Oh strange, a quick Google search doesn’t bring up much of anything either. With loads of people having Pi’s and presumably also having tried to limit the capabilities, you’d think someone else would’ve posted something about it. If it really bugs you, maybe try a fresh install of Raspbian Lite 64bit and see if things work? Otherwise I think it might just be a limitation of the Pi.

permalink
report
parent
reply

Oh interesting, didn’t think of Graphics drivers getting in the way. It’ll go on a Framework laptop, most if not everything should work ootb… ~famous last words~

permalink
report
parent
reply

I have no idea what your experience level is, so I’m saying this just to make sure: DON’T copy this verbatim. The resources bit is what you’d need to adapt into your own compose file. If you have questions, feel free to ask 👍

permalink
report
parent
reply

In case you ran it using a docker run command, read this. Otherwise if you use compose, try something similar to the following:

services:
  service:
    image: nginx
    deploy:
      resources:
        limits:
          cpus: '3'
          memory: 512M
        reservations:
          cpus: '0.25'
          memory: 128M
    cpuset: "1"
    ports:
      - "80:80"

source

permalink
report
parent
reply

If you use some kind of virtualisation and/or containerisation then you can limit ram and/or cpu usage. This can of course greatly reduce lockups if not eliminate them.

Edit: I only now read it’s a Pi 3B. Not sure if hosting Jellyfin on that device is a good idea… If you insist though, consider running an LXC inbetween and limit it to three cores. That should leave one core available for the system so the system doesn’t lock up again.

permalink
report
parent
reply

While you’re right in pointing out that in theory it’s basically as capable as native, it’s a royal pain in the ass as it is right now, which disqualifies it from a great deal of applications.

permalink
report
parent
reply

Oh yeah you’re right, mb

permalink
report
parent
reply