this post was submitted on 12 Jun 2023
196 points (100.0% liked)

sh.itjust.works Main Community

7584 readers
4 users here now

Home of the sh.itjust.works instance.

Matrix

founded 1 year ago
MODERATORS
 

I'm aware that some of you have been getting some errors loading this instance. This was a configuration that I needed to be adjusted which has since been.

Do be patient if we run into other issues, I'll be continuously working in the back-end with others to better your overall experience.

Still a lot of capacity available!

edit: For those that are interested in the configuring changes. I was using the default lemmy configuration for the nginx worker_connections value. This value needed to be raised. Shout out to @ruud@lemmy.world over at lemmy.world for helping me out.

you are viewing a single comment's thread
view the rest of the comments
[–] Barbarian@sh.itjust.works 2 points 1 year ago (1 children)

Wow. 20% usage at 2.4k users is pretty damn amazing.

[–] TheDude@sh.itjust.works 10 points 1 year ago (1 children)

its not so much about how many registered users as it is about how many online users. The online user count is what adds fuel to the fire!

[–] flambonkscious@sh.itjust.works 4 points 1 year ago (1 children)

Oh wow so it's really the transactions per minute, not so much the baseline set of data?

[–] PCChipsM922U@sh.itjust.works 1 points 1 year ago (1 children)

Yeah, basically the problem is number of calls (requests) per minute. If it's not too many, everything works fine, if it overloads, you get 500 errors 🤷.

[–] can@sh.itjust.works 3 points 1 year ago* (last edited 1 year ago) (1 children)

Including calls to federated communities, yes?

[–] PCChipsM922U@sh.itjust.works 2 points 1 year ago

I'm not sure about that, but most probably yes, since if you post on federated communities, your username pops up as someone@notonthisserver.com and the post is saved on your instance (from what I know).