static void gcAndPrintMemoryInfo() { System.gc(); printMemoryInfo(); }