Skip to content

Commit 3892256

Browse files
committed
chore(postgresql-cluster): reset max_slot_wal_keep_size
1 parent e48239d commit 3892256

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

addons/postgresql-cluster/15/plans/standard-100/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ postgresql:
5656
enable_partitionwise_join = on
5757
enable_partitionwise_aggregate = on
5858
jit = on
59-
max_slot_wal_keep_size = '1000 MB'
59+
max_slot_wal_keep_size = 10GB
6060
track_wal_io_timing = on
6161
maintenance_io_concurrency = 100
6262

addons/postgresql-cluster/15/plans/standard-200/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ postgresql:
5555
enable_partitionwise_join = on
5656
enable_partitionwise_aggregate = on
5757
jit = on
58-
max_slot_wal_keep_size = '1000 MB'
58+
max_slot_wal_keep_size = 20GB
5959
track_wal_io_timing = on
6060
maintenance_io_concurrency = 100
6161

addons/postgresql-cluster/15/plans/standard-400/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ postgresql:
5555
enable_partitionwise_join = on
5656
enable_partitionwise_aggregate = on
5757
jit = on
58-
max_slot_wal_keep_size = '1000 MB'
58+
max_slot_wal_keep_size = 40GB
5959
track_wal_io_timing = on
6060
maintenance_io_concurrency = 100
6161

addons/postgresql-cluster/15/plans/standard-4t/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ postgresql:
5555
enable_partitionwise_join = on
5656
enable_partitionwise_aggregate = on
5757
jit = on
58-
max_slot_wal_keep_size = '1000 MB'
58+
max_slot_wal_keep_size = 100GB
5959
track_wal_io_timing = on
6060
maintenance_io_concurrency = 100
6161

addons/postgresql-cluster/15/plans/standard-50/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ postgresql:
5656
enable_partitionwise_join = on
5757
enable_partitionwise_aggregate = on
5858
jit = on
59-
max_slot_wal_keep_size = '1000 MB'
59+
max_slot_wal_keep_size = 5GB
6060
track_wal_io_timing = on
6161
maintenance_io_concurrency = 100
6262

addons/postgresql-cluster/15/plans/standard-800/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ postgresql:
5555
enable_partitionwise_join = on
5656
enable_partitionwise_aggregate = on
5757
jit = on
58-
max_slot_wal_keep_size = '1000 MB'
58+
max_slot_wal_keep_size = 80GB
5959
track_wal_io_timing = on
6060
maintenance_io_concurrency = 100
6161

0 commit comments

Comments
 (0)