Replies: 1 comment
|
Hello @ksi9302 Re: HASURA_GRAPHQL_PG_CONNECTIONS env var Instead we have introduced concept called Elastic connection pools. Even though the labels mentioned for cloud, it's configurable for self-hosted deployments as well. Re: Metadata init If you spin up Hasura console via docker compose, it will run in non-attached mode. But if you run Hasura console using CLI command Re: HASURA_GRAPHQL_EVENTS_HTTP_POOL_SIZE env var Let me know any further questions you have! |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm using CE of hasura and recently found that the server is not able to handle the default number of connections resulting in exhausting the CPU.
So, I tried setting the below params in docker-compose.yml and restarting the instances
HASURA_GRAPHQL_EVENTS_HTTP_POOL_SIZE
HASURA_GRAPHQL_PG_CONNECTIONS
But it didn't seem to work and I found the below page in your docs.
Doc
So I believe the changes I've made in the docker compose file won't take effect after the first initialization.
If this is the case, how am I to update the params?
Or if I'm knocking on the wrong doors, would be nice to know where I should look for.
Thanks in advance.
my current docker-compose file
All reactions