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
{{ message }}
This repository was archived by the owner on May 21, 2019. It is now read-only.
I found createObjects method in SpringFactory will call appContext.refresh() method, that will cause memory leaks, then throw OOM. I think this would be a bug of Spring.
So I created a MySpringFactory to override createObjects, not call refresh method.
The text was updated successfully, but these errors were encountered:
I found createObjects method in SpringFactory will call appContext.refresh() method, that will cause memory leaks, then throw OOM. I think this would be a bug of Spring.
So I created a MySpringFactory to override createObjects, not call refresh method.
The text was updated successfully, but these errors were encountered: