Skip to content

Suspected memory leak or just heavy consumption #137

@NikolayPianikov

Description

@NikolayPianikov
Image

It adds up overtime as i am migrating the registrations from Unity to Pure.DI.

325 projects in the solution. Some C++ most C#. Registrations are separated in three compositions: Common, Platform, and each Executable (endpoint project) composition.
Common composition: 755 registrations.
Platform composition: 560 registrations.
First Exe i'm migrating: 215 registrations.

When you open it in the VS it works flawless but as you add up registrations it starts to get bad. Workflow is:

  1. Add registration
  2. Build to verify -> eventually fix if it's not right (i am no expert)
  3. Repeat with 100+ registrations and you'll get that result for sure.

I'm not sure if there's a memory leak or something but it adds up and the more I do it the higher it goes.

Originally posted by @0xivaan in #39

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions