Since selfhosted clouds seem to be the most common thing ppl host, i’m wondering what else ppl here are selfhosting. Is anyone making use of something like excalidraw in the workplace? Curious about what apps that would be useful to always access over the web that aren’t mediaservers.

  • Ananace@lemmy.ananace.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    Yep, those values are actually somewhat tame compared to my own cache tuning, the issue remains that the code requires reloading PHP files from disk during runtime in order to support applications and updates, which - even if it doesn’t happen often - causes IO storms that temporarily break both Nextcloud as well as other software.

    • melroy@kbin.melroy.org
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      No. That is why I shared my configs. With opcache and opcache.validate_timestamps = 0 you don’t have this problem anymore.

      Of course you also need to enable opcache itself as well.

      Or you have really slow spinning disks or something. Also be sure to use php 8.4.

      • Ananace@lemmy.ananace.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        Again, it works until it requires reloading, i.e. the next update of any component or the next restart of the server.

        I’m also running an inode cache on the client side, on top of the persistent opcache, but due to the sheer number of files that Nextcloud consists of it still generates a frankly ridiculous amount of calls when it needs to invalidate the cache. If you’re running on local drives then that’s likely much less of an issue, regardless of what kind of drive it is, but this is hosted on machines that do not have any local storage.