Skip to content

Traefik crashing #458

@rogeriollacerda

Description

@rogeriollacerda

traefik.toml.txt

I'm using traefik with something like 1000 req/sec. Many times during the day, it crash with no error logs. I just can see the goroutines dump with many I/O wait. I'm running oficial docker image with traefik executable.

sysctl parameters applied:

fs.file-max="9999999"
fs.nr_open="9999999"
net.core.netdev_max_backlog="4096"
net.core.rmem_max="16777216"
net.core.somaxconn="65535"
net.core.wmem_max="16777216"
net.ipv4.ip_local_port_range="1025 65535"
net.ipv4.tcp_fin_timeout="30"
net.ipv4.tcp_keepalive_time="30"
net.ipv4.tcp_max_syn_backlog="20480"
net.ipv4.tcp_max_tw_buckets="400000"
net.ipv4.tcp_no_metrics_save="1"
net.ipv4.tcp_syn_retries="2"
net.ipv4.tcp_synack_retries="2"
net.ipv4.tcp_tw_recycle="1"
net.ipv4.tcp_tw_reuse="1"
vm.min_free_kbytes="65536"
vm.overcommit_memory="1"

Traefik version:

2016/06/14 20:08:01 v1.0.0-rc1 built on the 2016-05-30_10:28:25PM

Ubuntu Server 14.04
traefik.log.txt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions