Skip to content

Please remove "Setting max connections" in postgresql container. #3040

@Llewellynvdm

Description

@Llewellynvdm

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions