You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/07/09 00:25:16 UTC

[couchdb-pkg] 01/01: Bump fd limit to erlang +Q default of 65536

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch bump-file-limit
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit b6cd07cbb09220dd95577032efc3f67ea2b4115e
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Jul 8 20:24:51 2020 -0400

    Bump fd limit to erlang +Q default of 65536
---
 debian/couchdb.service      | 1 +
 rpm/SOURCES/couchdb.service | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/couchdb.service b/debian/couchdb.service
index 84a05e8..beb1c85 100644
--- a/debian/couchdb.service
+++ b/debian/couchdb.service
@@ -9,6 +9,7 @@ User=couchdb
 Group=couchdb
 ExecStart=/opt/couchdb/bin/couchdb
 Restart=always
+LimitNOFILE=65536
 
 [Install]
 WantedBy=multi-user.target
diff --git a/rpm/SOURCES/couchdb.service b/rpm/SOURCES/couchdb.service
index 84a05e8..beb1c85 100644
--- a/rpm/SOURCES/couchdb.service
+++ b/rpm/SOURCES/couchdb.service
@@ -9,6 +9,7 @@ User=couchdb
 Group=couchdb
 ExecStart=/opt/couchdb/bin/couchdb
 Restart=always
+LimitNOFILE=65536
 
 [Install]
 WantedBy=multi-user.target