Hi everyone! I'm a beginner and I have the followi...
# ask-community
v
Hi everyone! I'm a beginner and I have the following question: We use 2 independent dagsters (don't ask why, it was necessary) on the same server running via docker containers. I was given the task of limiting the resources of pipelines, so sometimes such pipelines are launched that gobble up all the RAM, and after which the server is very bad. Where and how can resources be limited?
🤖 1
I know that it is possible to limit resources through docker compose, can it be possible to limit resources using dagster?
s
Hi Vyacheslav, I don’t believe that we offer APIs to constrain resources, this should be done at the docker level.
v
Hi Sean, ok, thanks!