!7 p { restartWithNativeMemoryTracking(); for (int i = 0; i < 100; i++) thread "Sleeper" { sleep(); } print("100 threads created."); }