enableDynamicMaxClients property

bool enableDynamicMaxClients
getter/setter pair

Whether the server also refuses clients on MEASURED container memory, on top of the MaxClients count. Off unless an app asks for it: the guard reads absolute occupancy, so an app whose own resting footprint is already most of its container is refused from its first client onward, with a message that blames the arrivals.

Implementation

bool enableDynamicMaxClients;