diff --git a/postgresql.custom.conf.tmpl b/postgresql.custom.conf.tmpl index 40cdedd..975da28 100644 --- a/postgresql.custom.conf.tmpl +++ b/postgresql.custom.conf.tmpl @@ -22,4 +22,8 @@ track_activity_query_size = 16384 autovacuum_vacuum_scale_factor = 0.05 autovacuum_analyze_scale_factor = 0.02 +# Disable Postgres JIT +# https://github.com/gravitystorm/openstreetmap-carto/blob/master/INSTALL.md#disable-jit +jit = off + listen_addresses = '*'