gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 03/03: sandcastle: fix uwsgi excessive malloc


From: gnunet
Subject: [taler-deployment] 03/03: sandcastle: fix uwsgi excessive malloc
Date: Fri, 31 Mar 2023 12:34:28 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

commit 7732b8b3df8df3e7a5e930c869b51fde491d3039
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Mar 31 12:33:13 2023 +0200

    sandcastle: fix uwsgi excessive malloc
---
 sandcastle/docker-compose.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sandcastle/docker-compose.yml b/sandcastle/docker-compose.yml
index cfe6ea9..44254f0 100644
--- a/sandcastle/docker-compose.yml
+++ b/sandcastle/docker-compose.yml
@@ -57,6 +57,13 @@ services:
     volumes:
       - talerlogs:/logs
       - ${TALER_SANDCASTLE_CONFIG:-./config}:/config:ro
+    # uwsgi allocates memory based on available file descriptors, so be
+    # conservative here
+    ulimits:
+      nproc: 65535
+      nofile:
+        soft: 2000
+        hard: 4000
     restart: always
 
   bank:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]