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
This is unfortunately necessary due to a postgres 15 memory leak: LemmyNet/lemmy#4406
This PR has the file: https://github.com/LemmyNet/lemmy/pull/4426/files#diff-4bb683dcf59cc3a55cf3b7c6f0b6a202149806f28f6ab704a83050d7d3aabf6c
Once that's merged, we need to make sure to have instructions for the upgrade on the next lemmy-ansible release.
The text was updated successfully, but these errors were encountered:
So this also removes the need to have jit = no in our customPostgres file too.
jit = no
Sorry, something went wrong.
I don't know enough about that setting to say if we should keep / remove, but I'd say pry remove.
lemmy.cafe dev/admins "confirmed" that the leak no longer is present when using jit=no so we can get rid of that too.
jit=no
Successfully merging a pull request may close this issue.
This is unfortunately necessary due to a postgres 15 memory leak: LemmyNet/lemmy#4406
This PR has the file: https://github.com/LemmyNet/lemmy/pull/4426/files#diff-4bb683dcf59cc3a55cf3b7c6f0b6a202149806f28f6ab704a83050d7d3aabf6c
Once that's merged, we need to make sure to have instructions for the upgrade on the next lemmy-ansible release.
The text was updated successfully, but these errors were encountered: