this post was submitted on 21 Jul 2023
26 points (100.0% liked)

Meta (slrpnk.net)

602 readers
18 users here now

Here we can discuss anything about this Lemmy instance/server itself.

Our XMPP support chat: Movim or XMPP client.

Please also refer to our Wiki

founded 2 years ago
MODERATORS
 

Unclear reason, slrpnk.net is also effected.

Edit: Doesn't seem like an active attack, but rather a database overload issue caused by someone deleting their old and previously very active account, and those deletion requests being federated out to other instances as well. At least that seems the most likely theory right now.

Edit: seems to be mostly resolved, but I hope there will be a bug fix to prevent this from happening again.

you are viewing a single comment's thread
view the rest of the comments
[–] jgrim@discuss.online 3 points 1 year ago

That explains why I had a sudden burst. I use pgbouncer between Lemmy and the DB to help with connections, which seems to be the biggest problem. However, I had some values flipped. I had my max set to 180 and the min set to 190. This caused issues. After I resolved it, it was fine.

My DB supports up to 197 connections.