About 5 results
Open links in new tab
  1. mcap/go/mcap/lexer.go at main · foxglove/mcap · GitHub

    If we are not validating CRCs, we can use incremental // decompression for the chunk's data, which may be beneficial to streaming // readers. if l.validateChunkCRCs { if l.maxDecompressedChunkSize > 0 …

  2. C++: Can't read large mcap on windows #1486 - GitHub

    Nov 20, 2025 · Description When loading a mcap file > 2Go on windows, I'm not able to read it completly (the code crash) . When I debugged it, it crashed as it tried to allocate a vector of the max size of a …

  3. mcap: callback-based reader implementation#452 - GitHub

    Instantiation of the lexer is going to allocate some buffers, which the lexer will grow to size with use.

  4. Even after reinstalling, the mcap tool is still failing with ... - GitHub

    Jul 17, 2024 · Failed to read next token: failed to allocate 8245921762496413696 bytes for reserved token: length out of int32 range here is the code that converting png files to h264 format and then to …

  5. CLI: doctor warning on large chunks #731 - GitHub

    Nov 16, 2022 · People can have much larger messages than 50MB, i think it makes sense to only warn if the chunk size gets to some size too big to allocate a single buffer for on certain platforms, say 2**30.