Status update July 4th

Just wanted to let you know where we are with Lemmy.world.

Issues

As you might have noticed, things still won’t work as desired… we see several issues:

Performance

  • Loading is mostly OK, but sometimes things take forever
  • We (and you) see many 502 errors, resulting in empty pages etc.
  • System load: The server is roughly at 60% cpu usage and around 25GB RAM usage. (That is, if we restart Lemmy every 30 minutes. Else memory will go to 100%)

Bugs

  • Replying to a DM doesn’t seem to work. When hitting reply, you get a box with the original message which you can edit and save (which does nothing)
  • 2FA seems to be a problem for many people. It doesn’t always work as expected.

Troubleshooting

We have many people helping us, with (site) moderation, sysadmin, troubleshooting, advise etc. There currently are 25 people in our Discord, including admins of other servers. In the Sysadmin channel we are with 8 people. We do troubleshooting sessions with these, and sometimes others. One of the Lemmy devs, @nutomic@lemmy.ml is also helping with current issues.

So, all is not yet running smoothly as we hoped, but with all this help we’ll surely get there! Also thank you all for the donations, this helps giving the possibility to use the hardware and tools needed to keep Lemmy.world running!

-3 points

As much as I hope that Lemmy grows, I wouldn’t want lemmy.world to suddenly get 1 million signups and multiply your headaches.

Perhaps we need more well run servers by other people to take the load.

permalink
report
reply
7 points

Are there any plans to make user up and down votes not viewable publicly? I know for a lot of new adopters this can be a deal breaker.

permalink
report
reply
12 points

If someone cares about their privacy that badly why vote at all? I’m sure votes are tracked by the sites on other websites?

permalink
report
parent
reply
11 points

On reddit only reddit knows your up and down votes which are never made public unless you check an option in settings. The fediverse is already a target for brigading due to the decentralized nature, allowing bad actors to figure out who to target seems like a terrible idea. Imagine what people like /r/againsthatesubreddits would do with that info.

permalink
report
parent
reply
-1 points

On the flip side, it also makes brigading easier to detect, so instances can defederate communities that routinely vote in bad faith.

permalink
report
parent
reply
26 points

System load: The server is roughly at 60% cpu usage and around 25GB RAM usage. (That is, if we restart Lemmy every 30 minutes. Else memory will go to 100%)

Shouldn’t we be discussing closing registrations?

permalink
report
reply
13 points

Federation-wise it would be better if new users spread out. Between clueless redditors and impossible ideal, I prefer if they at least made an account and check out what Lemmy has to offer. The curious ones will eventually settle down and even redistribute into smaller instances.

permalink
report
parent
reply
9 points

The curious ones will eventually settle down and even redistribute into smaller instances

Absolutely. I migrated from lemmy.ml when that was having too many sign-ups, and I’m not opposed to migrating from lemmy.world to help with their load. I’m sure I’m one of many

permalink
report
parent
reply
9 points

We have loads of space at https://lemmy.myserv.one if people want to spread the load.

permalink
report
parent
reply
3 points

It’d help a lot if we had a convenient way to export a user profile to a different instance. It doesn’t even need to attribute posts/comments in any way. Just saving settings, subscriptions, and blocks would be plenty for most people.

permalink
report
parent
reply
64 points

There’s a lot of momentum to move away from reddit right now, and closing registrations would be a wet blanket. Personally, I’ll take the performance issues and transparency in the process over closing registrations.

permalink
report
parent
reply
4 points

Does Lemmy have the ability to replace default links?

Basically, replace signup link with one that redirects to a page that gives a very simple as possible explanation what’s going on, what fediverse is and gives s list of other instances to try.

Reinforce “All are viable and can browse lemmy.world subs”… Or communities or whatever term we use here for lemmy equivalent of subreddits.

permalink
report
parent
reply
3 points

I was personally thinking more along the lines of if we could have a load balancer whose sole job is to route users to a random set of possible instances (which can all be administered by the same person, so that you’re still joining the instance “group” that you want). The load balancer would route someone the first time they land on the page and also handle logins. That’s it.

I’m assuming that the servers we’re talking about are single servers, because that’s how things sound. I’m personally used to only developing servers that use the “many servers behind a load balancer” approach. While distributed databases can certainly make those easier, in the absence of support for that, you could always run the backends as entirely separate servers, with the load balancer just serving to pick the backend. So you’d have a lemmy1.world and so on.

Of course, for all I know, maybe this is already the architecture of a Lemmy instance. I’ve never checked. Even with a good architecture, scaling can be difficult. An unnoticeable performance issue in a dev environment can be a massive bottleneck when you have tens of thousands of concurrent users.

permalink
report
parent
reply
47 points

This. Don’t stop the train. People need to be able to come over freely.

permalink
report
parent
reply

That is, if we restart Lemmy every 30 minutes. Else memory will go to 100%

who’d have thought memory leaks would be possible in Rust 🤯

(sorry not sorry Rust devs)

permalink
report
reply
5 points

c/programmingcirclejerk when?

permalink
report
parent
reply
5 points

Ackchually, leaking memory is totally possible in Rust! But so is hogging way too much of it because you’re hanging on to too many things in memory at once🤷

permalink
report
parent
reply
133 points
*

That is, if we restart Lemmy every 30 minutes. Else memory will go to 100%

Lemmy has a memory leak? Or, should I say, a “lemmory leak”?

permalink
report
reply
4 points

Wait isn’t lemmy written in rust how do you create a memory leak in rust? Unsafe mode?

permalink
report
parent
reply
19 points
*
let mut memory_leak = Vec::<u8>::new();
loop {
  memory_leak.push(0);
}
permalink
report
parent
reply
10 points

That’s not a memory leak though. That’s just hording memory. Leaked memory is inaccessible.

permalink
report
parent
reply
15 points

On some of the latest release candidates I think so.

permalink
report
parent
reply
16 points

Lemmy has a memory leak? Or, should I say, a “lemmory leak”?

A lemmory meek, obviously!

permalink
report
parent
reply
58 points

A pretty bad one at that…

permalink
report
parent
reply
47 points

But… but… Rust…

permalink
report
parent
reply
15 points
*

Leaking memory is safe

permalink
report
parent
reply
85 points

Rust makes holes and that’s how leaks happen

permalink
report
parent
reply
8 points

I’m calling it - if there’s actually a memory leak in the Rust code, it’s gonna be the in memory queues because the DB’s iops can’t cope with the number of users.

permalink
report
parent
reply
29 points

Rust protects you from segfaulting and trying to access deallocated memory, but doesn’t protect you from just deciding to keep everything in memory. That’s a design choice. The original developers probably didn’t expect such a deluge of users.

permalink
report
parent
reply

Lemmy.World Announcements

!lemmyworld@lemmy.world

Create post

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news 🐘

Outages 🔥

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to info@lemmy.world e-mail.

Report contact

Donations 💗

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Join the team

Community stats

  • 411

    Monthly active users

  • 99

    Posts

  • 12K

    Comments