|
How can I force garbage collection to take place |
|
|
You can't force it but you call System.gc(), which is a "hint" to the runtime
engine that now might be a good time to run the GC. But garbage collection
using this method is not guaranteed to be done immediately.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.