-
Notifications
You must be signed in to change notification settings - Fork 984
Description
all-in-one/Containers/postgresql/start.sh
Line 153 in b076d5e
| MAX_CONNECTIONS=$((MEMORY/50+3)) |
Can you please either remove this, or add a ENV value with which to override this, thanks.
You ask why?
This limitation seems to block that deployment of all-in-one from being used in production, or for more than three users, or for more that 1TB of files... what ever that means, the amount of connections hit this limit and the stalls the server.
When I remove this limitation, this stalling and freezing-up of the system does not happen, but the moment and update runs, and my "hack" gets removed... we are back at freezing mode.
So if this is a critical feature then please add a global ENV option for us to set this to a value of our choosing.
I have read many forum posts around this topic and I am not sure why this should even be a question in a OpenSource project with GNU AFFERO GENERAL PUBLIC LICENSE. As this very agreement allows the end-user all the freedom they need, and since this limit prevent some of that freedom, I would strongly recommend it be made adjustable. Please :)