[ARVADOS] updated: 1.3.0-2126-g73018eed5

Git user git at public.arvados.org
Mon Feb 3 19:40:03 UTC 2020


Summary of changes:
 cmd/arvados-server/arvados-controller.service                | 2 ++
 cmd/arvados-server/arvados-dispatch-cloud.service            | 2 ++
 services/crunch-dispatch-slurm/crunch-dispatch-slurm.service | 2 ++
 services/health/arvados-health.service                       | 2 ++
 services/keep-balance/keep-balance.service                   | 2 ++
 services/keep-web/keep-web.service                           | 2 ++
 services/keepproxy/keepproxy.service                         | 2 ++
 services/keepstore/keepstore.service                         | 2 ++
 services/ws/arvados-ws.service                               | 2 ++
 9 files changed, 18 insertions(+)

       via  73018eed5cd93c9db7467760f5f1484fa2750554 (commit)
      from  42ef5a07ca5fd2675f619d48de00c6f10143060c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 73018eed5cd93c9db7467760f5f1484fa2750554
Author: Ward Vandewege <ward at jhvc.com>
Date:   Mon Feb 3 14:39:20 2020 -0500

    In our systemd service files, set a reasonable default for the open file
    limit (65536).
    
    refs #16089
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>

diff --git a/cmd/arvados-server/arvados-controller.service b/cmd/arvados-server/arvados-controller.service
index e85707473..1a43d7cd3 100644
--- a/cmd/arvados-server/arvados-controller.service
+++ b/cmd/arvados-server/arvados-controller.service
@@ -18,6 +18,8 @@ StartLimitIntervalSec=0
 Type=notify
 EnvironmentFile=-/etc/arvados/environment
 ExecStart=/usr/bin/arvados-controller
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 
diff --git a/cmd/arvados-server/arvados-dispatch-cloud.service b/cmd/arvados-server/arvados-dispatch-cloud.service
index aa5cc3b4a..d3f476b7d 100644
--- a/cmd/arvados-server/arvados-dispatch-cloud.service
+++ b/cmd/arvados-server/arvados-dispatch-cloud.service
@@ -18,6 +18,8 @@ StartLimitIntervalSec=0
 Type=notify
 EnvironmentFile=-/etc/arvados/environment
 ExecStart=/usr/bin/arvados-dispatch-cloud
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 
diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.service b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.service
index 9ca1134ed..2af56c8d0 100644
--- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.service
+++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.service
@@ -16,6 +16,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=notify
 ExecStart=/usr/bin/crunch-dispatch-slurm
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 LimitNOFILE=1000000
diff --git a/services/health/arvados-health.service b/services/health/arvados-health.service
index dac7c3a19..ca3744c28 100644
--- a/services/health/arvados-health.service
+++ b/services/health/arvados-health.service
@@ -17,6 +17,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=simple
 ExecStart=/usr/bin/arvados-health
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 
diff --git a/services/keep-balance/keep-balance.service b/services/keep-balance/keep-balance.service
index 1b71fb4e4..0a38597e6 100644
--- a/services/keep-balance/keep-balance.service
+++ b/services/keep-balance/keep-balance.service
@@ -16,6 +16,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=simple
 ExecStart=/usr/bin/keep-balance -commit-pulls -commit-trash
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=10s
 Nice=19
diff --git a/services/keep-web/keep-web.service b/services/keep-web/keep-web.service
index 23a2c659e..809782277 100644
--- a/services/keep-web/keep-web.service
+++ b/services/keep-web/keep-web.service
@@ -16,6 +16,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=notify
 ExecStart=/usr/bin/keep-web
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 
diff --git a/services/keepproxy/keepproxy.service b/services/keepproxy/keepproxy.service
index 1d0113e0e..4c63161a0 100644
--- a/services/keepproxy/keepproxy.service
+++ b/services/keepproxy/keepproxy.service
@@ -16,6 +16,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=notify
 ExecStart=/usr/bin/keepproxy
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 
diff --git a/services/keepstore/keepstore.service b/services/keepstore/keepstore.service
index 2eba5efbf..7047f0e6b 100644
--- a/services/keepstore/keepstore.service
+++ b/services/keepstore/keepstore.service
@@ -21,6 +21,8 @@ StartLimitIntervalSec=0
 Environment=GOGC=10
 Type=notify
 ExecStart=/usr/bin/keepstore
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 
diff --git a/services/ws/arvados-ws.service b/services/ws/arvados-ws.service
index 4d7874d42..36624c787 100644
--- a/services/ws/arvados-ws.service
+++ b/services/ws/arvados-ws.service
@@ -16,6 +16,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=notify
 ExecStart=/usr/bin/arvados-ws
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list