Skip to content

Reduce resource usage

Alexandre Lossent requested to merge resources into master

With just 1 worker but more threads. Keeping the worker fork model so it is easy to scale up busy instances. The memory limit allows for up to 3-4 workers using 256MB each but it is likely that the app will leak memory over time and workers will use more.

Merge request reports