On Wed, 16 Aug 2017 10:35:05 -0400, Dmitry Sivachenko
<[email protected]> wrote:
Hello,
are you installing haproxy form FreeBSD ports?
I just tried your configuration and it works as you expect.
If you are building haproxy by hand, add USE_CPU_AFFINITY=1 parameter to
make manually. FreeBSD port do that for you.
Hi Dmitry,
I am running (for now) a locally compiled from source version.
Build options :
TARGET = freebsd
CPU = generic
CC = clang
CFLAGS = -O2 -g -fno-strict-aliasing -Wdeclaration-after-statement
-fwrapv
OPTIONS = USE_CPU_AFFINITY=1 USE_REGPARM=1 USE_OPENSSL=1 USE_LUA=1
USE_STATIC_PCRE=1 USE_PCRE_JIT=1
Cheers,
-Mark