Skip to content

TrackStationMonitor: Modifying protection again large events by checking biggest track fragment

Claire Antel requested to merge address_trackmonitor_memory_consumption into master

Modifying TrackStationMonitor:

  • If a TRB payload of the monitored station is larger than kMAXFRAGSIZE, then skip event.
  • kMAXFRAGSIZE set to 380 bytes.

Tested on faser-daq-002 in playback mode at 1.3 kHz and set kMAXFRAGSIZE sufficiently high so that no WARNINGS about filled message queues appeared during monitoring of any tracker stations.

Merge request reports