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