Hi Guys. Currently, my Raspberry Pi 4 is only running Home Assistant OS, which works quite well. In the last few weeks, I have grown more and more interested in paperless ngx and Nextcloud. Do you think my pi would be able to handle home automation and some light document management simultaneously? If so, should I install a fresh version of Raspbian or let HA-OS handle the Docker containers?

Thanks for your answers, and have a wonderful day :)

  • drugo@lemmy.drugo.me
    link
    fedilink
    English
    arrow-up
    12
    ·
    10 months ago

    It’s probably going to be ok to scope them out and experiment a bit, but I doubt you’ll get enough performance and stability to run it as production. Paperless’ OCR is quite heavy on the CPU - iirc you can disable it but then you lose half of what makes it useful, and Nextcloud also does some processing to files that are uploaded to it. Since you are not running pi-hole or other latency-sensitive services it will probably be fine, it will just get sluggish while it processes uploads.

    • Atemu@lemmy.ml
      link
      fedilink
      English
      arrow-up
      8
      ·
      10 months ago

      While paperless processing is indeed quite intensive, it’s not like this is a latency-sensitive task. If it takes 5m to OCR a scan, so be it. That doesn’t make it unusably slow.

      • drugo@lemmy.drugo.me
        link
        fedilink
        English
        arrow-up
        4
        ·
        10 months ago

        What I meant is that overloading the CPU on a Raspberry running pi-hole will make the whole network misbehave and timeout, until DNS requests are able to be serviced again. But since they’re not doing that it should be fine :)

        • Lennard@lemmy.dbzer0.comOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 months ago

          It’s there any way around this? I don’t want my smart home applications to run sluggish. They need to have priority.

            • Atemu@lemmy.ml
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 months ago

              Scheduling priority on Linux is borderline broken. Nice doesn’t even do anything noticeable on modern systems.

          • drugo@lemmy.drugo.me
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 months ago

            I would say not in a way that makes sense, there may be hacky workarounds like setting nice priorities or messing around with scheduling, but there’s no way around hardware limitations. The Pi’s CPU, RAM, and IO bandwidth are what they are, and you need overhead to guarantee “snappiness”