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
The java program starts with the -XX:+UseG1GC parameter, and oom fault injection will cause the program to freeze.Using the wild-mode=0 parameter, although the program seems to reclaim the memory, it will still freeze after a while.
Describe what you expected to happen
The oom fault injection can be recovered smoothly without causing the program to freeze
How to reproduce it (as minimally and precisely as possible)
starts with the -XX:+UseG1GC parameter
Tell us your environment
centos7,jdk1.8.0_321-amd64
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Issue Description
bug report
Describe what happened (or what feature you want)
The java program starts with the -XX:+UseG1GC parameter, and oom fault injection will cause the program to freeze.Using the wild-mode=0 parameter, although the program seems to reclaim the memory, it will still freeze after a while.
Describe what you expected to happen
The oom fault injection can be recovered smoothly without causing the program to freeze
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
centos7,jdk1.8.0_321-amd64
Anything else we need to know?
The text was updated successfully, but these errors were encountered: