File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed
Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,21 @@ enabled=0
3434class =MockInjector
3535
3636
37+ # ##################################
38+ # memory banks
39+ # ##################################
40+ # All section names should start with 'bank-' to be taken into account.
41+ # They define memory to be allocated to readout
42+ # If bank name not specified in each equipment, the first available bank (created first) will be used.
43+ # Types of memory banks include: malloc, MemoryMappedFile
44+ # NB: the FairMQChannel consumers may also create some banks, which will not be
45+ # listed here, and created before them.
46+
47+ [bank-default]
48+ type =malloc
49+ size =128M
50+
51+
3752
3853# ##################################
3954# equipments
@@ -53,13 +68,18 @@ equipmentType=dummy
5368enabled =1
5469eventMaxSize =20000
5570eventMinSize =10000
71+ memoryPoolNumberOfPages =100
72+ memoryPoolPageSize =128k
5673
5774[equipment-dummy-2]
5875name =dummy-2
5976equipmentType =dummy
6077enabled =1
6178eventMaxSize =30000
6279eventMinSize =20000
80+ memoryPoolNumberOfPages =100
81+ memoryPoolPageSize =128k
82+
6383
6484
6585
@@ -103,10 +123,9 @@ cardId=86:00.0
103123consumerType =stats
104124enabled =1
105125# this publishes stats, if enabled, to O2 monitoring system
106- monitoringEnabled =0
126+ monitoringEnabled =1
107127monitoringUpdatePeriod =5
108- monitoringConfig =file:/etc/monitoring.cfg
109-
128+ monitoringURI =infologger://
110129
111130
112131# recording to file
You can’t perform that action at this time.
0 commit comments