aboutsummaryrefslogtreecommitdiff
path: root/scripts/test_scripts/hub/perf_configs/instance.lua
blob: cb292a0cd609345ccc01d015ab435db4c058d900 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
network = {
  httpserverthreads = 4, -- default: auto
}

gc = {
  enabled = false, -- default: true. hub triggers GC at deprovision, no need for periodic GC
}

cache = {
  bucket = {
    memlayer = {
      sizethreshold = 0, -- default: 1024. 0 disables memlayer entirely
    },
  },
}

server = {
  sentry = {
    disable = true, -- perf runs: keep Sentry on the hub only; skip per-child crash reporter init
  },
}