this post was submitted on 02 Jul 2023
6 points (100.0% liked)

Potato Powered

3 readers
1 users here now

This is a place to discuss DIY tech solutions, projects, self hosting, gadget hacking, etc.

founded 1 year ago
MODERATORS
 

Just a basic guide on how I implemented Lemmy and the issues I ran into

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

I suspect that's less a Docker issue, and more to do with the code itself. Any code that's synchonous or serial in nature (eg. including a lot of web-calls to remote resources like federated sites) is going to max out due to IO or network latency long before saturating CPU, and becomes a natural target for horizontal scaling.

I'd be surprised if that's a pure Docker thing vs just Lemmy code in general. But, I don't have sufficient hardware to test on to prove that out.

[โ€“] [email protected] 1 points 1 year ago

That makes sense, I think you may be on the money there.