From 19799140cb7d261a565e6f3471a204ddfecba069 Mon Sep 17 00:00:00 2001
From: Serguei Kolos <serguei.kolos@cern.ch>
Date: Thu, 30 Mar 2023 10:15:00 +0200
Subject: [PATCH] kolos submitted swrod with tag swrod-00-10-11

=== swrod ===

Throttle log message about dropped fragment (Serguei Kolos)
Improve implementation to avoid long allocations times when a memory page is used for the first time (Serguei Kolos)
Set DropCorruptedPackets to false (Serguei Kolos)
Use optimised memory pool that doesn't have long delay for allocating extra memory from OS (Serguei Kolos)
Use pmr::vector to avoid dynamic memory allocation during data aggregation (Serguei Kolos)
If DropCorruptedPackets is set to true then discard corrupt packets without trying to recover (Serguei Kolos)
Use default allocator for tbb::concurrent_bounded_queue (Serguei Kolos)
Send out of memory message to the ERS FATAL stream before aborting (Serguei Kolos)
Print command parameters to the log stream (Serguei Kolos)
---
 swrod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swrod b/swrod
index 3e146d2b..c5bbac56 160000
--- a/swrod
+++ b/swrod
@@ -1 +1 @@
-Subproject commit 3e146d2bc831aafa43b9e3a2166b99d093fc6ab6
+Subproject commit c5bbac56b144f9df5936f2d29ddb61ec9ee78fa6
-- 
GitLab