commit 471948777ddb690dc4a1d632a16a8ce197671a21 parent d63f02c5a935a599233bd1c5c09ca583708a1d39 Author: Florian Dold <florian@dold.me> Date: Wed, 17 May 2023 21:41:32 +0200 -limit Diffstat:
| M | sandcastle/docker-compose.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandcastle/docker-compose.yml b/sandcastle/docker-compose.yml @@ -60,7 +60,7 @@ services: # uwsgi allocates memory based on available file descriptors, so be # conservative here ulimits: - nproc: 256 + nproc: 5000 nofile: soft: 2000 hard: 4000