cirandas.net

commit 84ba403effc62d64559947d0c9a36b0ce2afaae5

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

Increase workers mem size

 .env | 4 ++--


diff --git a/.env b/.env
index 8da8d1e63aa3e1fc348db3d59ab17946d7bc2807..df46afc3d4729e12867bdad574c299f8a3fcf42b 100644
--- a/.env
+++ b/.env
@@ -1,11 +1,11 @@
 # number of workers
-WORKERS=2
+WORKERS=3
 
 # number of threads
 THREADS=16
 
 # Max memory in mb that the worker shouldn't exceed
-WORKER_MAX_MEM=512
+WORKER_MAX_MEM=712
 
 # Daemons (delayed_job/feed_updater) threads priority inside Puma
 # The lower the priority the less it will run compared to HTTP requests