adamkdean / redirect

Redirection lightweight companion container for the nginx-proxy.
19 stars 5 forks source link

Running with limited resources on Virtual Server #18

Open BikingGlobetrotter opened 1 year ago

BikingGlobetrotter commented 1 year ago

Hi, I am running this container on a Virtual Server with limited resources (server is mostly for private usage). I am experiencing failures when running many docker containers in that environment (probably due to the number processes / threads being limited by the host server).

Running docker stats shows me that each instance of this container recreates 22 subprocesses/threads (PIDS=22). Is it possible to control the number of worker threads? What be required to due so?

Thanks for your help.