Skip to content

Remove maxconn 5000 or add it to the docs #77

@mariusglauer

Description

@mariusglauer

Awesome library! We were struggling with load spikes in the past days and noticed timeouts. So we wanted to increase the maxconn setting. As the HAProxy statistics page only shows the global maxconn (we set it to 100000 via EXTRA_GLOBAL) we were wondering why only 5000 active connections were possible until we found this:

maxconn 5000

It is documented nowhere that you need to set e.g. FRONTEND_EXTRA=maxconn 100000 change this. We assumed that setting the value in the global section would be enough but the default section seemed to override this.

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