Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase capnproto size #69

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Increase capnproto size #69

wants to merge 3 commits into from

Conversation

audy
Copy link
Contributor

@audy audy commented Jan 6, 2024

Capnproto was configured with a limit of ~8.5Gb which I am exceeding for large sketches. This PR doubles to limit to ~17Gb.

The error:

$ finch dist query.fa.sk assemblies.bsk

Error: capnproto error: Error { kind: Failed, description: "Message has 1178674811 words, which is too large. To increase the limit on the receiving end, see capnp::message::ReaderOptions." }

Caused by:
    Failed: Message has 1178674811 words, which is too large. To increase the limit on the receiving end, see capnp::message::ReaderOptions.

Bump limit for Mash

Make Clippy happy

Fix comment. Decrease limit
@audy audy force-pushed the audy/increase-capnproto-size branch from 03fccfc to 6717466 Compare January 6, 2024 04:07
@audy audy changed the title Increase capnproto size to 10Gb for large sketches Increase capnproto size Jan 6, 2024
cli/Cargo.toml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants