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

MDB_MAP_FULL when commiting more than 40MB of entries #454

Closed
guillemcordoba opened this issue Oct 30, 2020 · 5 comments
Closed

MDB_MAP_FULL when commiting more than 40MB of entries #454

guillemcordoba opened this issue Oct 30, 2020 · 5 comments
Assignees

Comments

@guillemcordoba
Copy link
Collaborator

I get this error whenever I try to commit more than 40MB (more or less) of entries in the file-storage-module

{
  type: 'error',
  data: {
    type: 'internal_error',
    data: 'Workspace error: Workspace error: Error interacting with the underlying LMDB store: lmdb error: MDB_MAP_FULL: Environment mapsize limit reached'                               
  }
}
@maackle
Copy link
Member

maackle commented Dec 9, 2020

We've currently got the LMDB database hardcoded at 100MB with no way to dynamically expand it yet. It hasn't been a high enough priority to allow for dynamic expansion yet.

@freesig
Copy link
Contributor

freesig commented Dec 22, 2020

@guillemcordoba do you have a need for this or can it wait a little as we will be making some changes to the db soon that might allow us to sidestep this entirely

@guillemcordoba
Copy link
Collaborator Author

No problem, no need for this urgently, thanks.

@ThetaSinner
Copy link
Contributor

@guillemcordoba Is this still relevant now that LMDB has been replaced or do you still run into issues trying to store larger amounts of data in one go?

@ThetaSinner ThetaSinner self-assigned this Apr 12, 2023
@guillemcordoba
Copy link
Collaborator Author

No this is not relevant anymore.

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