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
163163
164164# - Kernel Resources -
165165
166- # max_files_per_process = 1000 # min 64
166+ max_files_per_process = 4096 # min 64
167167 # (change requires restart)
168168
169169# - Cost-Based Vacuum Delay -
Original file line number Diff line number Diff line change 311311 - ' export LC_CTYPE="en_US.UTF-8"'
312312 become : yes
313313 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:
88
99# Full version strings for each major version
1010postgres_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 "
1313
1414# Non Postgres Extensions
1515pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments