static S renderHeapSizeWithTotal() { ret "Used heap: " + iceil(toM_double(usedMemory())) + "/" + iceil(toM_double(totalMemory())); }