Skip to content

Commit 90f87c4

Browse files
committed
Increase the margin of CTF block size to 10KB
1 parent 91bc67a commit 90f87c4

File tree

1 file changed

+1
-1
lines changed
  • DataFormats/Detectors/Common/include/DetectorsCommonDataFormats

1 file changed

+1
-1
lines changed

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ void EncodedBlocks<H, N, W>::encode(const S_IT srcBegin, // iterator begin o
775775
// case 3: message where entropy coding should be applied
776776
if (opt == Metadata::OptStore::EENCODE) {
777777
// build symbol statistics
778-
constexpr size_t SizeEstMargin = 1024;
778+
constexpr size_t SizeEstMargin = 10 * 1024;
779779
const o2::rans::LiteralEncoder64<STYP>* encoder = reinterpret_cast<const o2::rans::LiteralEncoder64<STYP>*>(encoderExt);
780780
std::unique_ptr<o2::rans::LiteralEncoder64<STYP>> encoderLoc;
781781
std::unique_ptr<o2::rans::FrequencyTable> frequencies = nullptr;

0 commit comments

Comments
 (0)