Skip to content
Stanislav Koshutsky edited this page Mar 6, 2017 · 1 revision

SystemHelper has only one method:

public static void cleanUpMemory()

which calls Garbage Collector. No guaranty however that GC will be executed.

Clone this wiki locally