Skip to content

docs(readme): document COCOINDEX_LMDB_MAP_SIZE for large codebases (#185)#187

Open
georgeh0 wants to merge 1 commit into
mainfrom
g/readme-lmdb-mapsize
Open

docs(readme): document COCOINDEX_LMDB_MAP_SIZE for large codebases (#185)#187
georgeh0 wants to merge 1 commit into
mainfrom
g/readme-lmdb-mapsize

Conversation

@georgeh0

Copy link
Copy Markdown
Member

Summary

  • Add a Troubleshooting entry for MDB_MAP_FULL: Environment mapsize limit reached, explaining the 4 GiB default LMDB map size and how to raise it via COCOINDEX_LMDB_MAP_SIZE (both global_settings.yml envs: and shell-export forms).
  • Note the value is read at daemon startup (restart + re-index to apply) and that the workaround is temporary pending cocoindex#2108.
  • Cross-link from the "Large codebase / Enterprise" section to the new entry.

Addresses #185.

Test plan

Docs-only change. CI.

)

Add a Troubleshooting entry for `MDB_MAP_FULL: Environment mapsize limit
reached`, explaining the 4 GiB LMDB default and how to raise it via
`COCOINDEX_LMDB_MAP_SIZE` (both global_settings.yml `envs:` and shell
forms). Note the value is read at daemon startup and that the workaround
is temporary pending cocoindex#2108. Cross-link from the Large codebase
section.
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.

1 participant