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

Commits on Oct 25, 2023

  1. Fix test failure on i686 due to too big map size

    On i686 vt_lmdb_open() was failing, because UINT32_MAX (4GB) was incorrectly
    used as database size instead of INT32_MAX (2GB).
    uhliarik committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4d1a57b View commit details
    Browse the repository at this point in the history