File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ shared_buffers = 128MB # min 128kB
163
163
164
164
# - Kernel Resources -
165
165
166
- # max_files_per_process = 1000 # min 64
166
+ max_files_per_process = 4096 # min 64
167
167
# (change requires restart)
168
168
169
169
# - Cost-Based Vacuum Delay -
Original file line number Diff line number Diff line change 311
311
- ' export LC_CTYPE="en_US.UTF-8"'
312
312
become : yes
313
313
when : nixpkg_mode
314
+
315
+ - name : Postgres - bump up ulimit
316
+ community.general.pam_limits :
317
+ domain : postgres
318
+ limit_item : nofile
319
+ limit_type : soft
320
+ value : 4096
321
+ when : debpkg_mode or nixpkg_mode
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ postgres_major:
8
8
9
9
# Full version strings for each major version
10
10
postgres_release :
11
- postgresorioledb-17 : " 17.0.1.31-orioledb"
12
- postgres15 : " 15.8.1.035"
11
+ postgresorioledb-17 : " 17.0.1.31-orioledb-ulimit-1 "
12
+ postgres15 : " 15.8.1.035-ulimit1 "
13
13
14
14
# Non Postgres Extensions
15
15
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments