Type: | integer |
Default: | 16 |
Min: | 1 |
Max: | 262143 |
Context: | postmaster |
Restart: | true |
Since: | 18 |
Specifies the number of backend slots to reserve for autovacuum worker processes. The default is typically 16 slots, but might be less if your kernel settings will not support it (as determined during initdb). This parameter can only be set at server start.
When changing this value, consider also adjusting autovacuum_max_workers.