Hey all,

It’s been slightly over two weeks since lemmyrs started. It’s been pretty fun watching the community grow!

Some instance stats for you:

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
tmpfs            97M  1.7M   96M   2% /run
/dev/vda1        24G   15G  7.1G  68% /
tmpfs           485M     0  485M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs            97M  4.0K   97M   1% /run/user/1002
$ free -mh
               total        used        free      shared  buff/cache   available
Mem:           969Mi       445Mi        77Mi       134Mi       445Mi       240Mi
Swap:          2.3Gi       571Mi       1.8Gi
lemmy=# select count(id) from local_user;
 count
-------
   294
(1 row)

We’re cutting it pretty close in terms of RAM and Disk usage, the user growth rate has mostly flat-lined though once r/rust came back online so I’m not too concerned. When (If) it’s time I’ll likely bump up the Vultr instance plan to something which will continue to serve us for the foreseeable future.

Previous relevant posts:

    • lemmyrs@lemmyrs.orgOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Will you update to Lemmy 0.18.0 (announced today)? The new HTTP API is allegedly more lightweight.

      Of course I will! I was just waiting for a few more instances to bump theirs before I update this one.

      By the way, I updated my dark theme published here for lemmy-ui 0.18.0 :)

      Most excellent, I have been using your CSS with Stylebot :) You could also submit a PR to lemmy-ui repo btw with your custom theme so it gets even easier for people to try.

      • Aloso@lemmyrs.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 year ago

        Most excellent, I have been using your CSS with Stylebot :)

        Since I’ve turned it into UserCSS, I think you need the Stylus extension to use it now, sorry 😄

        I wanted to make a PR for lemmy-ui, but haven’t gotten around to it yet.