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

Not enough memory to open the database #1780

Open
KrzysztofJa opened this issue Mar 9, 2024 · 2 comments
Open

Not enough memory to open the database #1780

KrzysztofJa opened this issue Mar 9, 2024 · 2 comments
Labels

Comments

@KrzysztofJa
Copy link

Describe the bug
Hello, when opening the database, a message appears that there is not enough memory to open the database

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

KeePass Database

  • Created with: [e.g Windows KeePass 2.42]
  • Version: [e.g. 2]
  • Location: [e.g. Remote file retrieved with GDrive app]
  • File provider (content:// URI): [e.g. content://com.google.android.apps.docs.storage/5]
  • Size: [e.g. 150Mo]
  • Contains attachment: [e.g. Yes]

KeePassDX:

  • Version: [e.g. 2.5.0.0beta23]
  • Build: [e.g. Free]
  • Language: [e.g. French]

Android:

  • Device: [e.g. GalaxyS8]
  • Version: [e.g. 8.1]

Additional context

Add any other context about the problem here.

  • Browser for Autofill: [e.g. Chrome version X]
@KrzysztofJa KrzysztofJa added the bug label Mar 9, 2024
@cbiere
Copy link

cbiere commented Mar 24, 2024

It might help if you filled out the template. If you created the database on a PC, it's possible you chose a a huge memory size in the database security settings that is too much for your mobile device.

@J-Jamet
Copy link
Member

J-Jamet commented Mar 27, 2024

There's also a good chance that you'll use a key file that's very large. Unfortunately, to calculate the hash of the key file, you currently need to store it in RAM, so if it's too big it won't work. In any case, a key file doesn't need to be large.

@J-Jamet J-Jamet changed the title Hello, when opening the database, a message appears that there is not enough memory to open the database Not enough memory to open the database Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants