Hi! I've got 6 repositories, and noticed that the ...
# announcements
j
Hi! I've got 6 repositories, and noticed that the memory usage is "quite" (relative) high with the dagster daemon + dagit using around 1.3gb-2gb when it first boots. It seems to have multiple dagster processes (grpc etc) for each repository, is this normal?
d
Hi Josh - which version of Dagster are you using currently?
j
0.11.2
d
does each repository have its own entry in your workspace.yaml? I'd expect there to be one process per workspace entry in the daemon (and one per entry in dagit as well)
j
yeah it does, shouldn't it?
d
It can, but it doesn't have to - you can define multiple repositories in a single file or python package (and if you wanted to reduce the number of running processes that's what I'd recommend - each entry in your workspace.yaml gets its own process)