|
|
|
|
|
by threeseed
752 days ago
|
|
Not sure what long term garbage collection means. Because the JVM will GC all objects at any point if they are unused. If you're referring to full GC you can configure how often that happens and by default it doesn't just wait until memory is nearly full. |
|