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

Error when database file exceeds 2GiB #34

Closed
kspangsege opened this issue Aug 1, 2012 · 0 comments
Closed

Error when database file exceeds 2GiB #34

kspangsege opened this issue Aug 1, 2012 · 0 comments
Assignees

Comments

@kspangsege
Copy link
Contributor

Occasional error when the database file grows to beyond 2Gib.

The error has been seen when adding small lumps of data through many write transactions (1000-5000).

For unknown reasons, the database file often grows to these extreme sizes even with relatively little data inserted, but many transactions. In some cases, though, this does not happen, and the database file stays well below 100KiB for the exact same sequence and same number of inserts. This hints at another unrelated error.

The error almost always occurs at the 2GiB limit, but sometimes later. 3.1GiB has been observed.

The actual error varies, but this one is common:

group_writer.cpp:169: void tightdb::GroupWriter::WriteAt(std::size_t, const char*, std::size_t): Assertion `copy_end <= mmap_end' failed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants