forked from mozilla-services/hindsight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hindsight.cfg
35 lines (32 loc) · 1.2 KB
/
hindsight.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
output_path = "output"
output_size = 64 * 1024 * 1024
sandbox_load_path = "load"
sandbox_run_path = "run"
sandbox_install_path = "/usr/share/luasandbox/sandboxes/heka"
analysis_threads = 1
analysis_lua_path = "/usr/lib/luasandbox/modules/?.lua"
analysis_lua_cpath = "/usr/lib/luasandbox/modules/?.so"
io_lua_path = analysis_lua_path .. ";/usr/lib/luasandbox/io_modules/?.lua"
io_lua_cpath = analysis_lua_cpath .. ";/usr/lib/luasandbox/io_modules/?.so"
max_message_size = 64 * 1024
backpressure = 0
backpressure_disk_free = 4
-- hostname = "hindsight.example.com"
input_defaults = {
-- see: Default Sandbox Configuration Variables
-- output_limit = 64 * 1024
-- memory_limit = 8 * 1024 * 1024
-- instruction_limit = 1e6
-- preserve_data = false
-- restricted_headers = false
-- ticker_interval = 0
-- shutdown_on_terminate = false
}
analysis_defaults = {
-- see: Default Sandbox Configuration Variables
}
output_defaults = {
-- see: Default Sandbox Configuration Variables
-- remove_checkpoints_on_terminate = false
-- read_queue = "both"
}