summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoss Marco <bossm8@bfh.ch>2022-05-25 09:01:04 +0200
committerBoss Marco <bossm8@bfh.ch>2022-05-25 09:01:04 +0200
commit2ebad4715d4db008abce24cc42435c0ce35409aa (patch)
tree66cefc3efb6b659cb7ff23117d3a12b43c6490b2
parentd31cd2da74a11228388c339693db6b308d2c90fc (diff)
downloadgrid5k-2ebad4715d4db008abce24cc42435c0ce35409aa.tar.gz
grid5k-2ebad4715d4db008abce24cc42435c0ce35409aa.tar.bz2
grid5k-2ebad4715d4db008abce24cc42435c0ce35409aa.zip
optimistically increase file limit
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-httpd@.service1
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service1
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service2
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service1
4 files changed, 4 insertions, 1 deletions
diff --git a/configs/usr/lib/systemd/system/taler-exchange-httpd@.service b/configs/usr/lib/systemd/system/taler-exchange-httpd@.service
index 65b2a93..0c39e41 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-httpd@.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-httpd@.service
@@ -20,6 +20,7 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
+LimitNOFILE=500000
[Install]
WantedBy=multi-user.target
diff --git a/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service b/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service
index 4284420..206fd6a 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service
@@ -15,4 +15,5 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
+LimitNOFILE=500000
diff --git a/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service b/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service
index 6e98f5e..b7f564c 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service
@@ -15,4 +15,4 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
-
+LimitNOFILE=500000
diff --git a/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service b/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service
index 5f3a2c9..fade8f8 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service
@@ -15,3 +15,4 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
+LimitNOFILE=500000