Skip to content

Commit

Permalink
Fixing postgres 15 memory leak (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Jan 29, 2024
1 parent 3b16b7e commit 76beae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/customPostgresql.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ synchronous_commit=off

# Listen beyond localhost
listen_addresses = '*'

# Fix a memory leak issue with postgres 15
# https://github.com/LemmyNet/lemmy/issues/4406
jit = 0

0 comments on commit 76beae5

Please sign in to comment.