!7 p { restartWithVMArgs(args, "-Xss256k -XX:NativeMemoryTracking=summary " + smallHeapArgs()); for (int i = 0; i < 100; i++) thread "Sleeper" { main.sleep(); } print("100 threads created."); gc(); print("Process size: " + toM_str(oshi_currentProcessResidentSize())); }