stellar / quickstart

Home of the stellar/quickstart docker image for development and testing
Apache License 2.0
195 stars 206 forks source link

fix: increase postgres max_connections to 150 #563

Closed willemneal closed 9 months ago

willemneal commented 9 months ago

Ran into issues with too many connections on my linux destop with 128 threads. This seemed to be the magic number.

It would be nice to have a way to override this at runtime, but for now this should be good enough.

leighmcculloch commented 9 months ago

Ran into issues with too many connections on my linux destop with 128 threads.

Could you share the docker command you ran that resulted in the error?

Did you have to submit a large number of txs for the error to occur, or it simply happened during startup?

What variety of linux? amd64 or arm64?

Was this using docker, or some other container runtime?

leighmcculloch commented 9 months ago

The builds failed on their first run with the testing image. Rerunning.