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

/message_store/insert cannot handle large messages #168

Open
santosj opened this issue May 4, 2016 · 3 comments
Open

/message_store/insert cannot handle large messages #168

santosj opened this issue May 4, 2016 · 3 comments

Comments

@santosj
Copy link

santosj commented May 4, 2016

@hawesie we can't save the fremengrids on the mongodb using message store each message is 93MB and the maximum document size for message_store is 16MB. Any suggestion?

[ERROR] [1462353876.935001124]: Service call failed: service [/topological_exploration/save_grid] responded with an error: service cannot process request: service [/message_store/insert] responded with an error: error processing request: BSON document too large (93179595 bytes) - the connected server supports BSON document sizes up to 16777216 bytes.
[ERROR] [1462353876.935361395]: Failed to save 3D grid.
@hawesie
Copy link
Member

hawesie commented May 4, 2016

Can you split it into multiple smaller messages somehow? IIRC the max message size is part of mongo itself and fixed.

@nilsbore
Copy link
Member

nilsbore commented Sep 6, 2016

I've been running into this problem lately also. Is there any way to configure mongodb to accept larger messages?

@marc-hanheide
Copy link
Member

Hi, the message size is fixed, yes: https://docs.mongodb.com/manual/reference/limits/

Two options:

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

No branches or pull requests

4 participants