• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle


  • wjs018@lemmy.worldtoAnime@lemmy.mlwhy? how?
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    4 months ago

    This community used to be much more active, but there was a large exodus of the most active users after some far-reaching admin interventions (like this one) that saw a mod get removed from this community and the episode discussion bot unable to post here any longer. A lot of the activity has moved to a different instance/community. The reason people aren’t linking it directly is because admins have previously removed any comments/posts that link to it (including over two months of the pinned weekly discussion threads). It shows up on lemmy community browsers like lemmy-explorer though.


  • This lines up with my experience. I have nextcloud and wordpress on two different vps’s and just checked their ram usage.

    • nextcloud: 468 MB
    • wordpress: 120 MB

    Caveat to the above is that nextcloud is installed bare metal rather than docker and I have both nextcloud and wordpress set up to use object storage as the media back end.

    edit: To add to this OP, the reason we are only talking about ram numbers is that the cpu usage for these applications (with primarily only a single user) is pretty much zero most of the time, so you aren’t going to be limited by the single core machine.

    Also, depending on your use case (large amount of data on nextcloud or large media files in wordpress), you might run out of disk space pretty quickly. In those cases, you should consider using object storage as your nextcloud or wordpress media backends as it is cheaper than block storage (there are plugins/tutorials to configure object storage and Linode offers it).