this post was submitted on 08 Mar 2024
12 points (100.0% liked)

Technologie - 🤖

553 readers
15 users here now

Ici concerne le champs de domaine large de la technologie : actualités sur l'informatique, partage de programme informatique et de code, montrer vos projets Arduino, ect.

Mégafil ici

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] towerful@programming.dev 3 points 8 months ago (1 children)

Someone who just wants to host a lemmy server would give up way earlier than this.

I think anyone just wanting to host a lemmy server would do a single compose stack on a single server.
In a different project, im currently fighting tcp sockets disconnecting between a 3rd party containet and a postgres container. I know its tcp_keepalive settings somewhere, and obviously isnt an issue when everything is being used, but having a database connection get dropped overnight and not gracefully restarted on first use the next day is a massive PITA!
So, Im just shotgunning TCP Keepalive settings on hosts, docker sysctls, wherever i can find any appropriate setting, until the problem goes away (then i might remove some until it reappears)