Are you referring to the parameter "POSTGRES_DEFAULT_MAX_CONNECTI ONS_PER_USER"?
If so, I used docker to create a container with the value of "POSTGRES_DEFAULT_MAX_CONNECTIONS_PER_USER" set to 1. However, the maximum number of connections for one user was not set to 1. 2021年10月1日(金) 10:53 Mike Jumper <[email protected]>: > You can. There is a global setting in guacamole.properties affecting all > balancing groups, and a field visible when you edit the balancing group > that affects only that individual balancing group. > > The above limits apply only when you connect to the balancing group. There > are also other, per-connection limits that you can define that affect the > individual connections (regardless of whether they are in a group). > > - Mike > > On Thu, Sep 30, 2021, 18:38 takuya morita <[email protected]> wrote: > >> I see. >> >> Does that mean I can't limit the connection to a single arbitrary >> balancing group? >> >> 2021年10月1日(金) 10:18 Mike Jumper <[email protected]>: >> >>> On Thu, Sep 30, 2021, 17:55 takuya morita <[email protected]> >>> wrote: >>> >>>> As it turns out, that setting did not achieve the behavior I wanted. >>>> >>>> I am trying with the following environment. >>>> >>>> Balancing group A ___ Balancing group B >>>> |_ Balancing group C >>>> >>>> Set "maximum connections per user" to 1 for all groups >>>> >>>> Is it possible that the setting is not working? >>>> >>> >>> No, you cannot nest balancing groups. A balancing group will balance >>> across its child connections only. It will not attempt to balance >>> recursively across its entire subtree. >>> >>> - Mike >>> >>>
