Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detected Memory Leak with 1.3.2 #239

Open
Jeffery4000a opened this issue Oct 25, 2023 · 2 comments
Open

Detected Memory Leak with 1.3.2 #239

Jeffery4000a opened this issue Oct 25, 2023 · 2 comments

Comments

@Jeffery4000a
Copy link

Hi all, we notice the memory in our production enviroment keep increasing. We used ANTS profiler from RED gate to do memory profiling and notice there is a bunch of instance being created whenever there is a HTTP request came in and it never get collected and keep growing in gen 2 heap.

The instance will create base on a few on the entity framework.

The instance initialize from here https://github.com/spring-projects/spring-net/blob/spring-net-1.3.2/src/Spring/Spring.Web/Objects/Factory/Support/WebInstantiationStrategy.cs

Not sure if this is a known issue and hope there is someone can help here.

@Jeffery4000a
Copy link
Author

spring-projects/spring-framework#16554
could be due to this, may i know if the fix has been apply to .net version?

@lahma
Copy link
Collaborator

lahma commented Nov 2, 2023

The project is maintenance mode so if you could track the problem and create a PR to fix it, that would be great. Generally only 3.0 series is updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants