Skip to content

Commit

Permalink
ipfix probe_ptree: run workers with custom jit options and engine.bus…
Browse files Browse the repository at this point in the history
…ywait=false
  • Loading branch information
eugeneia committed Sep 5, 2022
1 parent 6eb81db commit 00112e1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/program/ipfix/probe_ptree/probe_ptree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,18 @@ function start (name, confpath)
initial_configuration = conf,
schema_name = probe_schema,
cpuset = probe_cpuset,
name = name
name = name,
worker_default_scheduling = {
busywait = false,
jit_opt = {
sizemcode=256,
maxmcode=8192,
maxtrace=8000,
maxrecord=50000,
maxsnap=20000,
maxside=10000
}
},
}
end

Expand Down

0 comments on commit 00112e1

Please sign in to comment.