Skip to content

Commit aeb6a42

Browse files
chore(updater): bump pkg/dist/*.yml (2025-10-17) (#404)
Co-authored-by: GitHub <[email protected]>
1 parent b45653f commit aeb6a42

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

pkg/dist/service_types.yml

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6500,6 +6500,43 @@ pg:
65006500
type: integer
65016501
minimum: "0"
65026502
maximum: "604800000"
6503+
io_combine_limit:
6504+
title: io_combine_limit
6505+
description: 'EXPERIMENTAL: Controls the largest I/O size in operations that combine I/O in 8kB units. Version 17 and up only.'
6506+
type: integer
6507+
default: "16"
6508+
minimum: "1"
6509+
maximum: "32"
6510+
io_max_combine_limit:
6511+
title: io_max_combine_limit
6512+
description: 'EXPERIMENTAL: Controls the largest I/O size in operations that combine I/O in 8kB units, and silently limits the user-settable parameter io_combine_limit. Version 18 and up only. Changing this parameter causes a service restart.'
6513+
type: integer
6514+
default: "16"
6515+
minimum: "1"
6516+
maximum: "128"
6517+
io_max_concurrency:
6518+
title: io_max_concurrency
6519+
description: 'EXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously. Version 18 and up only. Changing this parameter causes a service restart.'
6520+
type: integer
6521+
default: "-1"
6522+
minimum: "-1"
6523+
maximum: "1024"
6524+
io_method:
6525+
title: io_method
6526+
description: 'EXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously. Version 18 and up only. Changing this parameter causes a service restart.'
6527+
type: string
6528+
default: worker
6529+
enum:
6530+
- value: io_uring
6531+
- value: sync
6532+
- value: worker
6533+
io_workers:
6534+
title: io_max_concurrency
6535+
description: 'EXPERIMENTAL: Number of IO worker processes, for io_method=worker. Version 18 and up only. Changing this parameter causes a service restart.'
6536+
type: integer
6537+
default: "3"
6538+
minimum: "1"
6539+
maximum: "32"
65036540
jit:
65046541
title: jit
65056542
description: Controls system-wide use of Just-in-Time Compilation (JIT).
@@ -6545,7 +6582,7 @@ pg:
65456582
description: Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
65466583
type: integer
65476584
minimum: "25"
6548-
maximum: "262143"
6585+
maximum: "60000"
65496586
max_files_per_process:
65506587
title: max_files_per_process
65516588
description: PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.

0 commit comments

Comments
 (0)