-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathburningwave.static.properties
46 lines (46 loc) · 2.76 KB
/
burningwave.static.properties
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
44
45
46
priority-of-this-configuration=1
#group-name-for-named-elements=Burningwave
#background-executor.all-tasks-monitoring.enabled=true
#background-executor.task-creation-tracking.enabled=true
#background-executor.queued-task-executor[0].name=Low priority tasks
#background-executor.queued-task-executor[0].priority=1
#background-executor.queued-task-executor[1].name=Normal priority tasks
#background-executor.queued-task-executor[1].priority=5
#background-executor.queued-task-executor[2].name=High priority tasks
#background-executor.queued-task-executor[2].priority=10
background-executor.all-tasks-monitoring.probable-dead-locked-tasks-handling.policy=mark as probable dead locked, interrupt
background-executor.all-tasks-monitoring.interval=180000
background-executor.all-tasks-monitoring.logger.enabled=true
background-executor.all-tasks-monitoring.minimum-elapsed-time-to-consider-a-task-as-probable-dead-locked=300000
#buffer-handler.default-buffer-size=1Kb
#buffer-handler.default-allocation-mode=ByteBuffer::allocate
#iterable-object-helper.parallel-iteration.applicability.default-minimum-collection-size=-1
iterable-object-helper.parallel-iteration.applicability.max-runtime-thread-count-threshold=autodetect
#iterable-object-helper.parallel-iteration.applicability.output-collection-enabled-types=\
# java.util.concurrent.ConcurrentHashMap$CollectionView
#managed-logger.repository=org.burningwave.core.SimpleManagedLoggerRepository
managed-logger.repository.enabled=true
managed-logger.repository.logging.debug.disabled-for=\
org.burningwave.core.io.FileSystemItem;\
org.burningwave.core.classes.MemoryClassLoader;\
org.burningwave.core.classes.PathScannerClassLoader;\
org.burningwave.core.assembler.ComponentContainer$ClassLoader;
managed-logger.repository.logging.warn.disabled-for=\
org.burningwave.core.classes.ClassHunterImpl$SearchContext;\
org.burningwave.core.classes.ClassPathHunterImpl$SearchContext;\
org.burningwave.core.assembler.ComponentContainer$ClassLoader;\
org.burningwave.core.classes.MemoryClassLoader;\
org.burningwave.core.classes.PathScannerClassLoader;\
org.burningwave.core.classes.SearchContext;
jvm.driver.type=org.burningwave.jvm.NativeDriver
#jvm.driver.type=io.github.toolfactory.jvm.DefaultDriver
#jvm.driver.type=io.github.toolfactory.jvm.NativeDriver
modules.export-all-to-all=false
synchronizer.all-threads-monitoring.enabled=true
synchronizer.all-threads-monitoring.interval=180000
#thread-supplier.max-poolable-thread-count=24
#thread-supplier.max-detached-thread-count=24
#thread-supplier.max-detached-thread-count.elapsed-time-threshold-from-last-increase-for-gradual-decreasing-to-initial-value=60000
#thread-supplier.max-detached-thread-count.increasing-step=8
#thread-supplier.poolable-thread-request-timeout=6000
#thread-supplier.name=Burningwave thread supplier