From 815063744b210ce98c7fab6b40671bbc0cbdb861 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 23 May 2023 04:57:07 +0200 Subject: [PATCH] bicep/postgres: Remove jit setting The nixos build of postgres doesn't support it anyways --- hosts/bicep/services/postgres.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/bicep/services/postgres.nix b/hosts/bicep/services/postgres.nix index 426d06f9..ca9799bc 100644 --- a/hosts/bicep/services/postgres.nix +++ b/hosts/bicep/services/postgres.nix @@ -62,7 +62,6 @@ # Advanced features enable_partitionwise_join = true; enable_partitionwise_aggregate = true; - jit = true; max_slot_wal_keep_size = "1000 MB"; track_wal_io_timing = true; maintenance_io_concurrency = 100;