From 76beae501f7d6f4e039e503ff526c7304270aeac Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 29 Jan 2024 11:19:24 -0500 Subject: [PATCH] Fixing postgres 15 memory leak (#222) - See https://github.com/LemmyNet/lemmy/issues/4406 --- examples/customPostgresql.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/customPostgresql.conf b/examples/customPostgresql.conf index 66cbd87..8527597 100644 --- a/examples/customPostgresql.conf +++ b/examples/customPostgresql.conf @@ -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