TAJO-1896: Fix the travis test failure.#851
Conversation
|
Thanks for your great work. This is the really necessary and urgent issue to be resolved as soon as possible. |
|
Garbage collection of the dead classes and classloaders is triggered once the class metadata usage reaches the “-XX:MetaspaceSize” https://blogs.oracle.com/poonam/entry/about_g1_garbage_collector_permanent |
|
Thanks for your reply. I also found the following phrase from the link. So, we can expect that our test can use every available native memory with GC. If our test is failed due to lack of available memory, it means that our test exhaust too much memory, I think. |
No description provided.