We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some database is not cleared up after restarting jack.
Cannot open DB environment: Cannot allocate memory BDB2034 unable to allocate memory for mutex; resize mutex region
When you start a lot of jack applications, it starts to complain about a DB:
BDB2034 unable to allocate memory for mutex; resize mutex region Cannot open DB environment: Cannot allocate memory
I would expect those DB issues would be gone after restarting jack, but this is not the case. So I need to reboot to fix the DB?
Arch Linux:
jackd --version jackdmp version 1.9.22 tmpdir /dev/shm protocol 9
The text was updated successfully, but these errors were encountered:
The pipewire developer wtay (IRC) thinks such a database is not the right way to store the metadata.
wtay
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Some database is not cleared up after restarting jack.
When you start a lot of jack applications, it starts to complain about a DB:
I would expect those DB issues would be gone after restarting jack, but this is not the case. So I need to reboot to fix the DB?
Environment
Arch Linux:
The text was updated successfully, but these errors were encountered: