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

Fix test failure on i686 due to too big map size #50

Closed
wants to merge 1 commit into from

Conversation

uhliarik
Copy link

On i686 vt_lmdb_open() was failing, because UINT32_MAX (4GB) was incorrectly used as database size instead of INT32_MAX (2GB).

On i686 vt_lmdb_open() was failing, because UINT32_MAX (4GB) was incorrectly
used as database size instead of INT32_MAX (2GB).
@asfgit asfgit closed this in 2221312 Oct 26, 2023
@notroj
Copy link
Contributor

notroj commented Oct 26, 2023

Thanks @uhliarik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants