forked from ostis-ai/sc-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsc-machine.ini
43 lines (31 loc) · 808 Bytes
/
sc-machine.ini
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
36
37
38
39
40
41
42
43
[sc-memory]
max_loaded_segments = 1000
limit_max_threads_by_max_physical_cores = true
max_events_and_agents_threads = 32
dump_memory = false
dump_memory_period = 3600
dump_memory_statistics = false
dump_memory_statistics_period = 1800
repo_path = ./kb.bin
extensions_path = ./bin/extensions
log_type = Console
log_file = ./sc-memory.log
log_level = Info
init_memory_generated_upload = false
init_memory_generated_structure = result_structure
user_mode = false
max_strings_channels = 1000
max_strings_channel_size = 100000
max_searchable_string_size = 1000
term_separators = " _"
search_by_substring = true
[sc-server]
host = 127.0.0.1
port = 8090
parallel_actions = true
log_type = File
log_file = ./sc-server.log
log_level = Info
[sc-builder]
input_path = kb
log_file = ./scripts/sc_builder.log