feld
feld
Fly.io is known to have aggressive TCP timeout settings that break websockets, which is what I expect is happening here if this isn't reproducible elsewhere https://community.fly.io/t/long-lived-tcp-connections-are-dropped/4074
I've seen other mentions of jemalloc in issues so it may be worth mentioning that jemalloc is the default memory allocator on FreeBSD
I'm not certain how to get the exact address it segfaults on but I will continue investigating. This was encountered when attempting to use FreeBSD to host qdrant for a...
I can't believe this is 1 year old already.
I did not think the above instructions were going to work based on previous attempts to roll back a chain, but I left it running overnight and sure enough I...
What is the purpose of the MX record here anyway? Everything will fall back to the A/AAAA record so it's really unnecessary unless you have a more complicated architecture and...
This would be very helpful. I've run into two services now that didn't have the partitions included in ex_aws so I've had to hack around it.
The Faraday HTTP client used does *not* use the system trust store. This is the root cause.
> `/var/lib/acme/keys` that's not where the private key for the certificate is stored; it's `/var/lib/acme/live/DOMAIN/privkey` I believe /var/lib/acme/keys are the keys for your acme account(s). So last I checked `privkey`...
On FreeBSD with Real Time Monitoring enabled dotNet will use kqueue to monitor the files. Kqueue uses one filehandle per file that you're watching. If you look at the code...