Skip to content

Commit 446eebf

Browse files
committed
chore: ulimit only needed here
1 parent 89e0466 commit 446eebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/postgresql_config/postgresql.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ shared_buffers = 128MB # min 128kB
163163

164164
# - Kernel Resources -
165165

166-
max_files_per_process = 4096 # min 64
166+
#max_files_per_process = 1000 # min 64
167167
# (change requires restart)
168168

169169
# - Cost-Based Vacuum Delay -

0 commit comments

Comments
 (0)