Skip to content

Commit b165e58

Browse files
committed
v2.6
1 parent 6e4e9ef commit b165e58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,5 +381,7 @@ This file describes the main feature changes for each readout.exe released versi
381381
- Updated configuration parameters:
382382
- equipment.TFperiod is now set to 128 by default, instead of 256 previously. This is the duration of a timeframe, in number of LHC orbits.
383383

384-
## next version
384+
## v2.6 - 06/10/2021
385385
- Built-in memory usage reporting for o2-readout-test-fmq-memory
386+
- Added a default configuration file (/etc/o2.d/readout-defaults.cfg) to store some global settings, loaded on process startup. This is independent from the CONFIGURE time configuration file.
387+
- Process memory lock is now disabled by default (saves 2GB of unused FMQ virtual memory created for each channel).

src/ReadoutVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#define READOUT_VERSION "2.5.2"
12+
#define READOUT_VERSION "2.6"
1313

0 commit comments

Comments
 (0)