You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use 64-bit pointers for buffer offsets which allows buffers larger than 4G.
Only DAQSource is adapted to this and this concerns SFB mode (for example with large virgin raw events), since it does not read input file in chunks in this mode.
FEDRawDataInputSource remains with the 32-bit limitation, but typically only around 200 MB buffers are used with it.
0 commit comments