You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have an EF core version 3.0.0 project,
With quite a large relational db context (around 200 entities).
The Migrations assembly is in the same project, with around 200 migrations (this is an ongoing project).
My issue is, that during build, the RAM of dotnet process (MacOS, but also happens in Windows Machine) is going up to 7GB.
Is this normal? am I doing something not according to Best Practice?
The text was updated successfully, but these errors were encountered:
@yakeer There are of course many factors involved, but this does not seem abnormally high to me, especially when the build is automatically handled by multiple underlying processes.
Hello,
I have an EF core version 3.0.0 project,
With quite a large relational db context (around 200 entities).
The Migrations assembly is in the same project, with around 200 migrations (this is an ongoing project).
My issue is, that during build, the RAM of dotnet process (MacOS, but also happens in Windows Machine) is going up to 7GB.
Is this normal? am I doing something not according to Best Practice?
The text was updated successfully, but these errors were encountered: