this post was submitted on 22 Jun 2023
18 points (100.0% liked)

LemmyRS: Meta

14 readers
1 users here now

Goal

Meta is primarily to talk about the state of lemmyrs.org and the communities within it.

Potential moderator(s) and administrator(s) shall use this to discuss responsibilities.

Rules [Developing]

founded 1 year ago
MODERATORS
 

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:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

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

By the way, I updated my dark theme published here :)

[–] [email protected] 2 points 1 year ago (1 children)

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.

[–] [email protected] 2 points 1 year ago* (last edited 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.