We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446eebf commit 6ea7689Copy full SHA for 6ea7689
ansible/files/postgresql_config/postgresql.service.j2
@@ -20,6 +20,6 @@ Restart=always
20
RestartSec=5
21
OOMScoreAdjust=-1000
22
EnvironmentFile=-/etc/environment.d/postgresql.env
23
-
+LimitNOFILE=16384
24
[Install]
25
WantedBy=multi-user.target
ansible/tasks/setup-postgres.yml
@@ -311,11 +311,3 @@
311
- 'export LC_CTYPE="en_US.UTF-8"'
312
become: yes
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
0 commit comments