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 Jun 18, 2023. It is now read-only.
- Create the @GarbageCollector annotation; the annotation should be on the
methods.
- The annotation contains a parameter (minFreeMemory).
The idea is to annotate methods with @GarbageCollector annotation; when the
annotated method is executed and the amount of free memory is less than the
value of minFreeMemory parameter then a call to the System.gc() is made.
Original issue reported on code.google.com by adyc...@gmail.com on 1 Jan 2009 at 4:05