polastre opened a new issue, #775: URL: https://github.com/apache/incubator-baremaps/issues/775
In v0.7.2-rc1, `baremaps map dev` is creating threads based on the number of cores on my machine. On one such machine, it spins up 144 worker threads (!!!). Postgres, by default, only allows 100 concurrent connections. 144 seems excessive. I tried setting `-Dio.netty.eventLoopThreads=50` when running baremaps, but it doesn't like that. How can I control how many threads are set up so it doesn't blow up Postgres? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
