-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
proxy instance cause a PermSpace OOM #6742
Comments
因为 org.apache.dubbo.common.bytecode.Proxy 中使用的Proxy对象缓存导致。 |
xiaoheng1
added a commit
to xiaoheng1/incubator-dubbo
that referenced
this issue
Mar 15, 2021
6 tasks
xiaoheng1
added a commit
to xiaoheng1/incubator-dubbo
that referenced
this issue
Mar 16, 2021
xiaoheng1
added a commit
to xiaoheng1/incubator-dubbo
that referenced
this issue
Mar 16, 2021
6 tasks
6 tasks
AlbumenJ
pushed a commit
that referenced
this issue
Apr 13, 2021
* fix #6742 cache Class avoid PermGen space OOM * optimization cache Class avoid PermGen space OOM * optimization cache Class avoid PermGen space OOM * Optimize Proxy WeakReference to SoftReference
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce this issue
Pls. provide [GitHub address] to reproduce this issue.
Expected Result
PermSpace used size will no increase
永久区使用空间不会明显增长
What do you expected from the above steps?
Actual Result
PermSpace used size will increase after very Full GC, which cause a OutOfMemoryError [PermSpace]
永久区使用空间在每次full GC之后都会有所增加,直到永久区内存溢出。
If there is an exception, please attach the exception trace:
java.lang.RuntimeException: by java.lang.OutOfMemoryError: PermGen space
java.lang.RuntimeException: by java.lang.OutOfMemoryError: PermGen space
The text was updated successfully, but these errors were encountered: