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

Set MAX_MMAP_SIZE to 0 #50

Closed
05nelsonm opened this issue Oct 4, 2023 · 0 comments · Fixed by #51
Closed

Set MAX_MMAP_SIZE to 0 #50

05nelsonm opened this issue Oct 4, 2023 · 0 comments · Fixed by #51

Comments

@05nelsonm
Copy link
Collaborator

05nelsonm commented Oct 4, 2023

Currently, SQLite3MultipleCiphers is being compiled with -DSQLITE_MAX_MMAP_SIZE=1099511627776 for both native and Jvm. Seems there are issues with that setting when using with encryption. See >> utelle/SQLite3MultipleCiphers#119 (comment)

Need to rebuild using 0 to disable it and not compile with any of that code.

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 a pull request may close this issue.

1 participant