Skip to content

Commit 8713050

Browse files
authored
chore: increase files limit for Postgres (#1429)
1 parent 9b50c8e commit 8713050

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/files/postgresql_config/postgresql.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Restart=always
2020
RestartSec=5
2121
OOMScoreAdjust=-1000
2222
EnvironmentFile=-/etc/environment.d/postgresql.env
23-
23+
LimitNOFILE=16384
2424
[Install]
2525
WantedBy=multi-user.target

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ postgres_major:
88

99
# Full version strings for each major version
1010
postgres_release:
11-
postgresorioledb-17: "17.0.1.033-orioledb"
12-
postgres15: "15.8.1.037"
11+
postgresorioledb-17: "17.0.1.31-orioledb-ulimit-2"
12+
postgres15: "15.8.1.035-ulimit-2"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)