aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/vcl/vcl_nginx.conf
blob: 80cf0c6808d7403b6926249e017ca69651975491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
vcl {
  segment-size 4000000000
  add-segment-size 4000000000
  rx-fifo-size 4000000
  tx-fifo-size 4000000
  use-mq-eventfd
  event-queue-size 500000

  # This must be kept in sync with vpp_hoststack_attr{app_api_socket}
  # in .../resources/libraries/robot/hoststack/hoststack.robot
  app-socket-api /run/vpp/app_ns_sockets/default
}