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
There are several use cases that it can be useful to execute manual garbage collection (tests, memory leak investigation..).
It can be helpful when the image does not provide the jcmd tool.
This feature is now implemented and merged in main and will land in 4.0. I expect it will still be a Beta feature, so users will need to go into the web-client settings and enable the Beta feature level. After that it will become available to add to the Dashboard.
Describe the feature
There are several use cases that it can be useful to execute manual garbage collection (tests, memory leak investigation..).
It can be helpful when the image does not provide the jcmd tool.
MemoryMXBean provides the gc() operation.
Anything other information?
No response
The text was updated successfully, but these errors were encountered: