Radiator Server Documentation — v10.33.2
Table of Contents
  • connections and min-connections

connections and min-connections

These parameters control the maximum pool size and the minimum number of open connections to maintain.

See Backend Load Balancing for sizing and warm-pool behavior.

Error: Setting min-connections greater than connections is a hard configuration error.

server "primary" {
    url "mysql://radiator:secret@db.example.com:3306/radiator";
    connections 25;
    min-connections 2;
}

When every configured MySQL pool appears full, Radiator returns a pool-exhausted error instead of intentionally queueing behind a saturated pool.

Navigation
  • @verification

  • aaa

  • backends

    • file

    • http

    • ipmap

    • jsonfile

    • ldap

    • mysql

      • connections

      • server

      • server-selection

      • timeout

    • postgresql

    • radius

    • radius-dns-sd

    • sqlite

    • system

  • caches

  • captures

  • certificates

  • clients

  • conditions

  • dictionary

  • hmac-otp

  • include

  • init

  • ip-accept

  • license

  • logging

  • management

  • proxy-protocol

  • scripts

  • servers

  • statistics

  • stats

  • template

  • ui