Rob Landers

Results 543 comments of Rob Landers

Also, how are you running this? Are you running this in a docker container or cli? If a cli, can you share the incantation? If a docker container, can you...

Thank you! What are your request headers? I'd like to reproduce this and see what is going on.

Yeah, this one is weird. Doing a local build of frankenphp, I see encoding working correctly. But it isn't in the docker image or static build from the latest release....

Same payload in both cases, very strange https://asciinema.org/a/wmiKh5LBDImSJ2WwwsWaF7KrV

Why not just set your worker number to a lower number? The benefits of a set number of workers is that memory usage is predictable.

Hmmm, I haven't seen this one before. Do you know what conditions trigger it?

> SIGPIPE: Broken pipe: write to pipe with no readers; Is this meaningful to you @SystematicCZ? Are you doing anything with pipes? I'm 90% sure we aren't doing anything with...

Reporting progress so far: Here's the terraform to create the testing infrastructure: ```tf terraform { required_providers { digitalocean = { source = "digitalocean/digitalocean" version = "~> 2.0" } } }...

Raw results: ``` k6 run load-test-franken.js -u 1000 --no-connection-reuse /\ |‾‾| /‾‾/ /‾‾/ /\ / \ | |/ / / / / \/ \ | ( / ‾‾\ / \...

> by default logs are on, but off in NGINX (this can make a huge difference) I turned logs off in nginx, but just redirected logs from caddy to `/dev/null`...